[编程入门]成绩评定 摘要:解题思路:使用switch语句注意事项:要了解switch语句的特点,当没有遇到break语句之前,将一直执行下去参考代码:importjava.util.Scanner;publicclassMai…… 题解列表 2022年07月14日 0 点赞 0 评论 152 浏览 评分:0.0
[编程入门]成绩评定 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;longlongn;intmain(){ &nbs…… 题解列表 2022年05月24日 0 点赞 0 评论 119 浏览 评分:6.0
编写题解 1008: [编程入门]成绩评定 摘要:解题思路:分支语句注意事项:注意每一个的相对应的范围。参考代码:#include<stdio.h>intmain(){ inta; …… 题解列表 2022年05月20日 0 点赞 0 评论 287 浏览 评分:9.0
1008: [编程入门]成绩评定 摘要:解题思路:这道题就是给出一个数,判断它是那个等级的。注意事项:注意要看清楚每个等级的范围。参考代码:n=int(input())ifn>=90: print…… 题解列表 2022年05月13日 0 点赞 0 评论 139 浏览 评分:0.0
1008: [编程入门]成绩评定 摘要:import java.io.*;/** if 语句基础题* */public class …… 题解列表 2022年05月10日 0 点赞 0 评论 79 浏览 评分:0.0
[编程入门]成绩评定c++ 摘要:解题思路:按题目来判定条件注意事项:<=,>=,<,>不要用错参考代码:#include<iostream>#include<fstream>#incl…… 题解列表 2022年05月09日 0 点赞 1 评论 266 浏览 评分:9.5
成绩评定 题解(c++暴力简单) 摘要:解题思路:不就是暴力判断嘛!还不会!注意事项:无。参考代码:#include<bits/stdc++.h>usingnamespacestd;intn;intmain(){scanf(&q…… 题解列表 2022年05月08日 0 点赞 0 评论 114 浏览 评分:0.0
编写题解 1008: [编程入门]成绩评定 摘要:#include <iostream>using namespace std;int a;int …… 题解列表 2022年05月07日 0 点赞 0 评论 116 浏览 评分:0.0
[编程入门]成绩评定 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intn;intmain(){ sca…… 题解列表 2022年05月07日 0 点赞 0 评论 140 浏览 评分:0.0
1008: [编程入门]成绩评定 摘要:解题思路:这题直接暴力好吧注意事项:要加=,输出是大写参考代码:#include<bits/stdc++.h>usingnamespacestd;intn;intmain(){cin>…… 题解列表 2022年05月06日 0 点赞 0 评论 146 浏览 评分:0.0