有时卡常时需要用到,但是感觉在本地,洛谷,cenacenacena上效果都不同,devc++上单位是ms,大概使用起来就是
if(clock()>900)return;
但是在luogu上想要卡满要这样写
if(clock()>900000)return;
为什么?