摘要: 1 #define _CRT_SECURE_NO_WARNINGS 2 3 #include <stdio.h> 4 #include <stdlib.h> 5 #include <math.h> 6 #include <time.h> 7 8 //简易的游戏菜单 9 void start() 10 阅读全文
posted @ 2021-08-09 10:12 贞德窦 阅读(112) 评论(0) 推荐(0)