使用字典 win_rules 存储获胜规则且可扩展 摘要:def judge_game(player1_choice, player2_choice): """ 判断石头剪子布…… 题解列表 2025年11月02日 0 点赞 0 评论 312 浏览 评分:0.0
莉露编写题解 2849: 石头剪子布 摘要:解题思路:一看就知道注意事项:用scanf最方便判断时只看首字母即可。参考代码:#include<stdio.h>#include<string.h>#define MAX 1…… 题解列表 2026年02月12日 0 点赞 0 评论 414 浏览 评分:0.0
只比较首字母 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n ; scanf("%d&q…… 题解列表 2026年05月26日 0 点赞 0 评论 92 浏览 评分:0.0