2849:石头剪刀布 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; scanf("%d",&n); char player1[…… 题解列表 2025年10月31日 1 点赞 0 评论 249 浏览 评分:0.0
莉露编写题解 2849: 石头剪子布 摘要:解题思路:一看就知道注意事项:用scanf最方便判断时只看首字母即可。参考代码:#include<stdio.h>#include<string.h>#define MAX 1…… 题解列表 2026年02月12日 0 点赞 0 评论 265 浏览 评分:0.0