2000: 偶数列举 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n; cin>>n; for(int i…… 题解列表 2024年01月08日 0 点赞 0 评论 93 浏览 评分:0.0
尝试使用递归函数解决问题+set容器 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<set>using namespace std ;int ko ( int n , set&…… 题解列表 2025年04月17日 0 点赞 0 评论 94 浏览 评分:0.0
2000-普普通通的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,t; scanf("%d",&n); for (int i = 0;i<n;i++) { if …… 题解列表 2024年11月23日 1 点赞 0 评论 349 浏览 评分:0.0
送分题。。。。。。。 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b; scanf("%d",&a); for(b=1;b<a;b++) { …… 题解列表 2024年11月23日 0 点赞 0 评论 328 浏览 评分:0.0
超级超级简单的2000 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; scanf("%d",&n); for(int i=1;i<n;i++) { if(i%2==0…… 题解列表 2024年11月22日 0 点赞 0 评论 229 浏览 评分:0.0
2000 偶数列举 摘要:解题思路:用if语句注意事项:注意变量参考代码:#include <iostream>using namespace std;int main(){ int a; cin>>a; f…… 题解列表 2024年06月09日 0 点赞 0 评论 164 浏览 评分:0.0
2000: 偶数列举 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n; cin>>n; for (int i=…… 题解列表 2024年06月09日 0 点赞 0 评论 152 浏览 评分:0.0
111111111111111111111111111111111111 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n; cin>>n; for(in…… 题解列表 2024年01月08日 0 点赞 0 评论 136 浏览 评分:0.0
题解 2000: 偶数列举 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n; cin>>n; for(i…… 题解列表 2024年01月08日 0 点赞 0 评论 85 浏览 评分:0.0
。。系统有点小毛病。。偶数列举 (C语言代码) 摘要:解题思路:用for循环输出。注意事项:一定要能输出1,要不答案错误。参考代码:#include<stdio.h> int main() { int n,i; scanf("%d",&n);…… 题解列表 2019年04月08日 4 点赞 2 评论 365 浏览 评分:0.0