2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:#include <stdio.h>int main() {int n, i = 0, j = 0, k = 0;scanf("%d",&n);while(n > 0)//判断n是否符合条件{if(n…… 题解列表 2017年06月21日 0 点赞 3 评论 444 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:while(score!=0&&score!=-1) { scanf("%f",&score); if(score>=85) count1++; …… 题解列表 2017年07月28日 1 点赞 0 评论 1195 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b,c; float score; a=b=c=0; while(scanf…… 题解列表 2017年08月27日 0 点赞 0 评论 1156 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main(){ int n,n1=0,n2=0,n3=0; scanf("%d",&n); while(n>0)…… 题解列表 2017年10月22日 0 点赞 0 评论 913 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言描述——不利用数组,直接接收数据并判断等级。快来体验一下吧(*^__^*) 嘻嘻……) 摘要:解题思路:首先在循环外输入一个score值,然后再循环while(score>0)执行循环语句;在循环体内继续输入score。注意事项:参考代码:#include<stdio.h>int main()…… 题解列表 2017年11月30日 2 点赞 1 评论 666 浏览 评分:0.0
WU-2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:参考代码:#include<stdio.h> int main() { int a[50],i=0,y=0,t=0,b=0; for(i=0;i<50;i++) { sca…… 题解列表 2017年12月14日 1 点赞 0 评论 941 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (Java代码) 摘要:import java.util.*; public class Main { public static void main(String[] args) { Scanner cin=n…… 题解列表 2017年12月26日 0 点赞 0 评论 1307 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:判断语句的嵌套使用注意事项:参考代码:#include<stdio.h>int main(){int a,b=0,c=0,d=0;scanf("%d",&a);while(a>0){if(a…… 题解列表 2018年01月10日 4 点赞 0 评论 936 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路: 参考代码。注意事项:输出放的位置。参考代码:#include<stdio.h>#include <math.h>#include <string.h>#define N 10int ma…… 题解列表 2018年01月17日 2 点赞 0 评论 953 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C++代码) 摘要:解题思路:注意事项:万一有0分的学生就gg了。参考代码:#include <iostream>using namespace std;int main(){ int grade, x(0), …… 题解列表 2018年02月08日 0 点赞 0 评论 888 浏览 评分:0.0