2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ intscore; intcount1=0,count2=0,co…… 题解列表 2019年01月18日 0 点赞 0 评论 314 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:最后的输出格式参考代码:#include<stdio.h>intmain(){ intn,i=0,j=0,k=0; do{&…… 题解列表 2018年12月27日 0 点赞 0 评论 300 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:无参考代码:#include<stdio.h>intmain(){inta[100],i=0; //&…… 题解列表 2018年12月21日 1 点赞 0 评论 331 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:#include<stdio.h>int main(){ int scor…… 题解列表 2018年11月23日 0 点赞 0 评论 450 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:不用设立for循环的截止条件,在循环中控制就好参考代码:#include<stdio.h>int main(){int a[80];…… 题解列表 2018年10月29日 0 点赞 0 评论 308 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C++代码) 摘要:解题思路:注意事项:参考代码:#define _CRT_SECURE_NO_WARNINGS#include <iostream>#include&am…… 题解列表 2018年10月28日 0 点赞 0 评论 474 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int …… 题解列表 2018年10月22日 0 点赞 0 评论 294 浏览 评分:0.0
[优质题解]2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ inta[100],y=0,t=0,b=0; for(inti=0…… 题解列表 2018年08月28日 3 点赞 0 评论 515 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ inta[50],i=0…… 题解列表 2018年08月25日 0 点赞 0 评论 492 浏览 评分:0.0
此解可AC (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){floatgrade;inta=0,b=0,c=0;while(scanf("%f"…… 题解列表 2018年07月15日 1 点赞 0 评论 427 浏览 评分:0.0