2006年春浙江省计算机等级考试二级C 编程题(1) (C++代码) 摘要:解题思路:注意事项:参考代码:#define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <algorithm> #includ…… 题解列表 2018年10月28日 0 点赞 0 评论 557 浏览 评分:0.0
二级C语言-成绩归类 摘要:解题思路:定义数组用于接收数据,在接收的时候判断是否符合要求,符合要求则进行计数,遇到退出条件时则退出并输出最后结果注意事项:参考代码:#include<iostream>using namespac…… 题解列表 2024年01月31日 0 点赞 0 评论 115 浏览 评分:0.0
一看就懂的,好吧 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>#include<math.h>using namespace std;int main(){ in…… 题解列表 2023年11月15日 0 点赞 0 评论 143 浏览 评分:0.0
二级C语言-成绩归类 摘要: #include #include #include #include using namespace std; int main() …… 题解列表 2022年10月15日 0 点赞 0 评论 151 浏览 评分:0.0
二级C语言-成绩归类 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;long long a,yx,tg,bjg;int main(){ for(;…… 题解列表 2022年05月11日 0 点赞 0 评论 172 浏览 评分:0.0
二级C语言-成绩归类 摘要:```cpp #include using namespace std; int main() { int a[200]={0}; //初始化 int b=0,c=0,d…… 题解列表 2022年03月05日 0 点赞 0 评论 147 浏览 评分:0.0
1070: 二级C语言-成绩归类 摘要:#include<bits/stdc++.h> using namespace std; int main(){ vector<int> students; int x;…… 题解列表 2021年12月13日 0 点赞 0 评论 315 浏览 评分:0.0
二级C语言-成绩归类-题解(C++代码) 摘要:解题思路:注意事项:参考代码:#include <cstdio> using namespace std; int main(){ int a(0),b(0),c(0),score; …… 题解列表 2020年08月16日 0 点赞 0 评论 294 浏览 评分:0.0
二级C语言-成绩归类-题解(C++代码) 摘要:```cpp #include #include using namespace std; int main() { int score,a=0,b=0,c=0; while(cin…… 题解列表 2020年03月15日 0 点赞 0 评论 380 浏览 评分:0.0
基础编程—自学C++小试牛刀 摘要:成绩归类:C++编程 #include using namespace std; int main() { int cnt1 = 0,cnt2 = 0,cnt3 = 0,scor…… 题解列表 2020年01月18日 0 点赞 0 评论 1640 浏览 评分:0.0