求助大佬第一篇题解的做法为什么改成
int rd(){ srand(time(NULL)); return rand(); }
就错了
csp的编译器支持c++11吧?codeblocks支持c++11吗?能用mt19937吗?(虽然99%概率用不上)