A55155.石头剪刀布
2026-02-09 12:46:17
发布于:河北
1阅读
0回复
0点赞
解题思路
根据石头剪刀布游戏的规则我们知道布可以赢石头
小明要出布才能赢,所以输出的字符是 'C'
代码
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << "C";
return 0;
}
这里空空如也
2026-02-09 12:46:17
发布于:河北
解题思路
根据石头剪刀布游戏的规则我们知道布可以赢石头
小明要出布才能赢,所以输出的字符是 'C'
代码
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << "C";
return 0;
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个