测试

测试
#include
cout<<(double)clock()/CLOCKS_PER_SEC<<endl;
使用文件输入输出可以避免误差

#include
freopen("","r",stdin);
freopen("","w",stdout);

#include
int num=rand()%mod;

你可能感兴趣的:(测试)