主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
活着的传奇
这个人很懒,什么都没有写...
关注
发消息
文章
1
题解
31
发帖
0
笔记
0
Ta的粉丝
81
关注数
0
粉丝数
81
获赞数
5
阅读数
25364
最大公约数1 题解:
将输入的数存入数组,然后对数组排序就有最小和最大的,然后用c++的函数求最大公约数就可以了嘿嘿。 #include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; in...
P1426
2023年8月22日 10:50
回复 0
|
赞 0
|
浏览 697
逆序数 题解:
可以把这个数看作是一个字符串,然后用字符串的方法解决。 #include<bits/stdc++.h> using namespace std; int main(){ char s[10]; scanf("%s",s); int a=strlen(s); ...
P1039
2023年8月21日 17:02
回复 0
|
赞 0
|
浏览 700
比较奇偶数个数 题解:
存入数组然后遍历计数就可以了,注意没有偶数和奇数相等的情况,要按照题目的要求写。 #include<bits/stdc++.h> using namespace std; int main(){ int n,b;int j=0;int o=0; while(s...
P1373
2023年8月21日 16:51
回复 0
|
赞 0
|
浏览 581
abc 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; for(int a=1;a<=9;a++){ for(int b=1;b<=9;b++){ ...
P1165
2023年8月21日 10:27
回复 0
|
赞 0
|
浏览 816
字符个数 题解:
#include<bits/stdc++.h> using namespace std; int main(){ char a; int x =0,b = 0,c = 0,d =0; while((a =getchar())!='\n') { if...
P1042
2023年8月21日 10:17
回复 0
|
赞 0
|
浏览 676
密码的翻译 题解:
依照题目的意思改就可以了,不难,注意=不要写成了==,一直没发现这个错误想了好久都想不通0.0. #include<bits/stdc++.h> using namespace std; int main(){ char s[80];int i,n; whil...
P3502
2023年8月18日 09:06
回复 0
|
赞 0
|
浏览 729
反序数 题解:
从1000开始,到1111就可以结束了,因为1111的九倍是9999.多了就不是四位数了 #include<bits/stdc++.h> using namespace std; int fanxushu(int i){ int b;int s=0; ...
P1454
2023年8月17日 16:05
回复 0
|
赞 0
|
浏览 1.2k
分离字符串 题解:
啊啊啊我是第一个发布的,好开心! 这道题注意是多组输入,然后注意要加换行符,不然有可能会PE。 就遍历第一次输出字母 第二次遍历输出数字 第三次输出那个啥也不是的就可以了 #include<bits/stdc++.h> using n...
P3503
2023年8月16日 15:33
回复 0
|
赞 0
|
浏览 809
日期 题解:
我又来写了,希望今年二战能成功上岸嘿嘿,先写一个数组把4月份和以后的每个月的天数写进去,然后如果超过了四月份的就把天数加起来然后%7,如果是四月份当月的就直接减去%7就可以咯。 #include<bits/stdc++.h> using namespace...
P1011
2023年8月16日 15:09
回复 0
|
赞 0
|
浏览 961
数字统计 题解:
#include<bits/stdc++.h> using namespace std; int count2(int a){ int jishu=0;int b; while(a!=0){ b=a%10; a=a/1...
P1002
2023年8月16日 11:03
回复 0
|
赞 0
|
浏览 877
字符移动 题解:
做麻烦了。先把数字存进一个b数组,然后把再把非数字的存入另外一个c数组,然后输出即可。 #include<bits/stdc++.h> using namespace std; bool shuzi(char c){ if(c>='0'&...
P1012
2023年8月15日 16:28
回复 0
|
赞 0
|
浏览 935
1
2
本科学校:西南交通大学希望学院
目标学校:西南科技大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!