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