Run ID:104470
提交时间:2025-01-05 10:39:21
#include "game.h" #include <string> #include <conio.h> 头文件中主要内容: void run(); // 游戏运行入口 void initial(); // 游戏规则及操作说明 void instruct(); // 游戏规则 void helpp(); // 操作说明 void choose_mode(); // 选择游戏模式 void play(); // 进行游戏 choices choose(); // 选择下续操作 choices get_random(); // 获得随机选择 void show_result(int, int, int); // 显示对局结果 void compare(choices, choices); // 判断输赢