摘要: #include <stdio.h> #include <stdlib.h> #include <time.h> int sjs() { return (rand()%9+1)*10 + (rand()%9+1); } int MakeQuestion () { int a,num1,num2,Tr 阅读全文
posted @ 2025-11-01 09:44 ysdd 阅读(5) 评论(0) 推荐(0)