蓝桥杯算法提高VIP-剪刀石头布 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>enum jie {a=-1,b,c}; //对于b,c看自己 int main(){ int x,y;…… 题解列表 2022年12月20日 0 点赞 0 评论 279 浏览 评分:0.0
(C++)剪刀石头布(数组实现) 摘要:解题思路:二维数组存胜负平结果注意事项:参考代码:#include <iostream> using namespace std; int main() { int ap[3][3…… 题解列表 2023年01月01日 0 点赞 0 评论 440 浏览 评分:0.0
1481: 蓝桥杯算法提高VIP-剪刀石头布 摘要:解题思路:注意事项:参考代码:a,b=map(int,input().split())if (a==0 and b==2) or (a==1 and b==0) or (a==2 and b==1):…… 题解列表 2023年01月21日 0 点赞 1 评论 405 浏览 评分:0.0
1481——蓝桥杯算法提高VIP-剪刀石头布 摘要: import java.util.Scanner; public class Main { public static void main(String[] …… 题解列表 2023年01月26日 0 点赞 0 评论 366 浏览 评分:0.0
蓝桥杯算法提高VIP-剪刀石头布(C语言) 摘要:解题思路:注意事项: 枚举函数:enum 1.如果枚举函数中没进行赋值,则第一个元素默认值为0,随后的值“加1”递增; & 题解列表 2024年02月07日 0 点赞 0 评论 461 浏览 评分:0.0
无聊的星期五 摘要:解题思路:注意事项:#include <stdio.h> #include<stdlib.h> int main() { int x, y; scanf_s("%d %d", &x, &…… 题解列表 2024年12月27日 0 点赞 0 评论 644 浏览 评分:0.0
我只会堆史山代码,别的不会 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int a,b;int main(){ enum GAME &…… 题解列表 2026年02月03日 0 点赞 0 评论 89 浏览 评分:0.0