2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:思路:进行无限循环,用break退出循环答案:#include<stdio.h>int main(){int i,a=0,b=0,c=0;while(s…… 题解列表 2017年06月19日 15 点赞 2 评论 1677 浏览 评分:2.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:#include<stdio.h>intmain(){intn,i=0,j=0,k=0;scanf("%d",&n);while(n>0)//判断n是否符…… 题解列表 2017年06月21日 0 点赞 3 评论 383 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:#include<iostream>#include<cstdio>using namespace std;int mai…… 题解列表 2017年07月24日 1 点赞 0 评论 1481 浏览 评分:7.3
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:while(score!=0&&score!=-1) { scanf("%f&…… 题解列表 2017年07月28日 1 点赞 0 评论 1080 浏览 评分:0.0
点我有惊喜!你懂得! 摘要:解题思路: &…… 题解列表 2017年08月08日 6 点赞 10 评论 1443 浏览 评分:9.6
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ inta,b,c; &am…… 题解列表 2017年08月27日 0 点赞 0 评论 988 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int n,n1=0,n2=0,n3=0;scanf("…… 题解列表 2017年10月22日 0 点赞 0 评论 795 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言描述——不利用数组,直接接收数据并判断等级。快来体验一下吧(*^__^*) 嘻嘻……) 摘要:解题思路:首先在循环外输入一个score值,然后再循环while(score>0)执行循环语句;在循环体内继续输入score。注意事项:参考代码:#include<stdio.h>i…… 题解列表 2017年11月30日 2 点赞 1 评论 588 浏览 评分:0.0
WU-2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:参考代码:#include<stdio.h>int main(){int a[50],i=0,y=0,t=0,b=0; &nb…… 题解列表 2017年12月14日 1 点赞 0 评论 869 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (Java代码) 摘要:import java.util.*;public class Main {public static&…… 题解列表 2017年12月26日 0 点赞 0 评论 1166 浏览 评分:0.0