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 评论 854 浏览 评分: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 评论 1199 浏览 评分: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 评论 895 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言描述——不利用数组,直接接收数据并判断等级。快来体验一下吧(*^__^*) 嘻嘻……) 摘要:解题思路:首先在循环外输入一个score值,然后再循环while(score>0)执行循环语句;在循环体内继续输入score。注意事项:参考代码:#include<stdio.h>int main()…… 题解列表 2017年11月30日 2 点赞 1 评论 607 浏览 评分: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 评论 814 浏览 评分: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 评论 1034 浏览 评分:0.0
点我有惊喜!你懂得! 摘要:解题思路: 愉快的心情才能使自己身心投入!每题笑话:儿子最近迷上打小游戏,一打就是一个多小时。妈妈:“儿子啊,有那么好玩吗?”儿子:“很好玩啊。”妈妈:“惨…… 题解列表 2017年08月08日 6 点赞 10 评论 1475 浏览 评分:9.6
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:while(score!=0&&score!=-1) { scanf("%f",&score); if(score>=85) count1++; …… 题解列表 2017年07月28日 1 点赞 0 评论 1104 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:#include<iostream> #include<cstdio> using namespace std; int main(void) { int a=0,b=0,c=0,t…… 题解列表 2017年07月24日 1 点赞 0 评论 1517 浏览 评分:7.3
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 评论 406 浏览 评分:0.0