#include <stdlib.h>main(){ int x; scanf("%d",&x); srand(x);/*srand(int)设置随机函数产生随机数的种子*/ switch(rand()%3)/*rand()函数用来产生随机数*/ { case 0:f1();break; case 1:f2();break; case 2:f3();break; }}
下次别用这样的题目,还有类似这样的方式
我给你改一下
斑竹什么意思?
他的题目开始是 “求救,帮忙”之类的 现在题目是我改的