编写题解 2784: 收集瓶盖赢大奖 (作者亲测~) 摘要:解题思路:没别的,记代码就行注意事项:顺序别错比如:#include <iostream>using namespace std;int main(){ int a,b; cin>>a>…… 题解列表 2023年05月20日 0 点赞 0 评论 270 浏览 评分:6.0
收集瓶盖赢大奖 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b; cin>>a>>b; …… 题解列表 2023年05月20日 0 点赞 0 评论 186 浏览 评分:8.0
收集瓶盖赢大奖 摘要:解题思路:就是简单的判断注意事项:参考代码:#include<stdio.h>int main(){ int a,b; scanf("%d%d",&a,&b); if(a>=10||…… 题解列表 2022年11月11日 0 点赞 0 评论 758 浏览 评分:9.9
C++2784开瓶盖赢大奖题解 摘要:解题思路:注意事项:参考代码:#includeusing namespace std;int main(){ int a;cin >>a; if (a>=10||a>=20) { …… 题解列表 2024年11月10日 1 点赞 0 评论 145 浏览 评分:9.9
编写题解 2784 收集瓶盖赢大奖 摘要:解题思路:注意事项:参考代码:a,b=map(int,input().split(" "))if a>=10 or b>=20: print('1')else: print…… 题解列表 2024年04月12日 0 点赞 0 评论 387 浏览 评分:9.9
java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main { public static void main(String[] args) …… 题解列表 2024年01月06日 0 点赞 0 评论 388 浏览 评分:9.9
题解 2784: 收集瓶盖赢大奖 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,b; cin>>a>>b; if(a>=…… 题解列表 2023年12月23日 0 点赞 0 评论 186 浏览 评分:9.9
题解 2784: 收集瓶盖赢大奖 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,b; cin>>a>>b; if(a>=…… 题解列表 2023年12月23日 0 点赞 0 评论 115 浏览 评分:9.9
2784: 收集瓶盖赢大奖 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b;…… 题解列表 2023年11月01日 0 点赞 0 评论 217 浏览 评分:9.9
霸道坤坤爱上猴 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b; scanf("%d%d", &a, &b); if(a>=10||b>=20…… 题解列表 2023年06月01日 0 点赞 0 评论 262 浏览 评分:9.9