rt。蒟蒻害怕踩坑,故而来请教万能的谷民。
顺便说一下蒟蒻目前用的是
#include<cstdlib> #include<ctime> signed main(){ srand(time(0)); int a=rand(); }
的写法,有没有大佬看一下这种写法是否合法,谢谢啦……