摘要: 本文介绍关于C语言的猜数字和井字棋的小游戏,以及它们的实现思路 猜数字: #include <stdio.h> #include <stdlib.h> #include <time.h> #include <stdbool.h> void main() { int answer; srand((un 阅读全文
posted @ 2025-02-26 15:19 freshman_xy 阅读(37) 评论(0) 推荐(0)