2021年11月11日
摘要: #include<stdio.h> #include<stdlib.h> #include<time.h> int main() { int a,b,sum = 6; system("color f5"); srand((unsigned)time(NULL)); a = rand()%100; p 阅读全文
posted @ 2021-11-11 09:32 AutumnZe 阅读(165) 评论(0) 推荐(0)