post_img

c++期末考前整理

摘要

devcpp 需要在编译时 添加这个来支持 c++11 -std=c++11 随机数种子随时间变化的函数 #include <ctime> srand((unsigned int)time(NULL))