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 点赞 0 评论 150 浏览 评分:0.0
1481——蓝桥杯算法提高VIP-剪刀石头布 摘要: import java.util.Scanner; public class Main { public static void main(String[] …… 题解列表 2023年01月26日 0 点赞 0 评论 153 浏览 评分:0.0
蓝桥杯算法提高VIP-剪刀石头布(C语言) 摘要:解题思路:注意事项: 枚举函数:enum 1.如果枚举函数中没进行赋值,则第一个元素默认值为0,随后的值“加1”递增; & 题解列表 2024年02月07日 0 点赞 0 评论 148 浏览 评分:0.0
无聊的星期五 摘要:解题思路:注意事项:#include <stdio.h> #include<stdlib.h> int main() { int x, y; scanf_s("%d %d", &x, &…… 题解列表 2024年12月27日 0 点赞 0 评论 222 浏览 评分:0.0