[编程入门]数字的处理与判断-题解(Java代码) 摘要:public static void main(String[] args) { Scanner scanner=new Scanner(System.in); int num…… 题解列表 2019年12月15日 0 点赞 0 评论 1054 浏览 评分:0.0
蓝桥杯2013年第四届真题-幸运数-题解(Java代码) 摘要: import java.util.Scanner; public class Main { public static void main(String[] args) { …… 题解列表 2019年12月15日 0 点赞 0 评论 798 浏览 评分:0.0
Kanna-【偶数求和】--C 摘要:注意: 1.多组测试数据注意以文件末尾结束 2.最后的m个数(或小于m)的和的平均值,需要换行; 3.每次求和都要把sum置0 #include …… 题解列表 2019年12月15日 0 点赞 0 评论 845 浏览 评分:0.0
成绩转换-题解(C++代码)【switch】 摘要:### 成绩转换-题解(C++描述)【switch】 利用switch语句,注意n/10的应用 ```cpp #include using namespace std; int ma…… 题解列表 2019年12月16日 0 点赞 0 评论 1917 浏览 评分:0.0
数列问题-题解(C++代码)【简单易懂】 摘要:### 数列问题 ```cpp #include using namespace std; int count (int i) //important place { i…… 题解列表 2019年12月16日 0 点赞 0 评论 809 浏览 评分:0.0
数字统计-题解(C++代码)【while】 摘要:### 数字统计 ```cpp #include using namespace std; int main() { int num[10]={0}; int n,temp=0,…… 题解列表 2019年12月16日 0 点赞 0 评论 859 浏览 评分:0.0
演讲大赛评分-题解(C++代码)【sort暴力直接上手】 摘要:### 演讲大赛评分 ```cpp #include #include "string" #include "algorithm" #include "iomanip" using n…… 题解列表 2019年12月16日 0 点赞 0 评论 1580 浏览 评分:0.0
统计立方数-题解(C++代码) 摘要:### 统计立方数 ```cpp #include using namespace std; int main() { long int n; int sum=0; w…… 题解列表 2019年12月16日 0 点赞 0 评论 1078 浏览 评分:0.0
[编程入门]数字逆序输出-题解(Java代码) 摘要:public static void main(String[] args) { Scanner scanner=new Scanner(System.in); int[] a=new i…… 题解列表 2019年12月16日 0 点赞 0 评论 1002 浏览 评分:0.0
[编程入门]数字的处理与判断-题解(Python代码) 摘要:# MarkDown编辑器基本使用说明 **如果这是您第一次使用MarkDown编辑器,建议先阅读这篇文章了解一下Markdown的基本使用方法。** ## 实时预览、全屏显示 ![…… 题解列表 2019年12月16日 0 点赞 0 评论 912 浏览 评分:0.0