主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
小酒
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
64
发帖
0
笔记
0
Ta的粉丝
100
关注数
0
粉丝数
100
获赞数
4
阅读数
36060
矩阵翻转 题解:
1134解题思路 #include <bits/stdc++.h> using namespace std; int main() { int n; int a[105][105]={0};...
P1134
2024年3月11日 15:55
回复 0
|
赞 0
|
浏览 488
反序相等 题解:
1461解题思路 #include <bits/stdc++.h> using namespace std; int main() { int y,a=1000; int sum=0; ...
P1461
2024年3月11日 15:55
回复 0
|
赞 0
|
浏览 472
杨辉三角形 - 西北工业大学 题解:
1392解题思路 #include <bits/stdc++.h> using namespace std; int main() { int n; int a[105][105]={0};...
P1392
2024年3月11日 15:54
回复 0
|
赞 0
|
浏览 554
促销计算 题解:
1091解题思路 #include <stdio.h> int main() { double x=0; double pay=...
P1091
2024年3月11日 15:53
回复 0
|
赞 0
|
浏览 796
删除字符串2 题解:
1027解题思路 #include <bits/stdc++.h> using namespace std; int main() { char a[105]={0}; gets(a); ...
P1027
2024年3月11日 15:53
回复 0
|
赞 0
|
浏览 705
利润提成 题解:
1040解题思路 #include <stdio.h> int main() { double I;//输入利润 scanf("%lf",&I); &...
P1040
2024年3月11日 15:53
回复 0
|
赞 0
|
浏览 798
判断素数 题解:
1013解题思路 #include <bits/stdc++.h> using namespace std; int sumath(int m) { int co...
P1013
2024年3月11日 15:52
回复 0
|
赞 0
|
浏览 538
加密算法 题解:
1014解题思路 #include <bits/stdc++.h> using namespace std; int main() { char a[105]={0};  ...
P1014
2024年3月11日 15:52
回复 0
|
赞 0
|
浏览 553
数字统计 题解:
1002解题思路 #include <bits/stdc++.h> using namespace std; int main() { int n,m,w;  ...
P1002
2024年3月11日 15:52
回复 0
|
赞 0
|
浏览 579
反序数 题解:
1454解题思路 #include <bits/stdc++.h> using namespace std; int main() { int y,a=1000; int sum=0; ...
P1454
2024年3月11日 15:51
回复 0
|
赞 0
|
浏览 649
整除 题解:
1007解题思路 #include<bits/stdc++.h> using namespace std; int main() { int count=0; for(int i=100;i...
P1007
2024年3月11日 15:51
回复 0
|
赞 0
|
浏览 599
求1到n的和 题解:
1133解题思路 #include <stdio.h> int main() { double n; scanf("%lf",&a...
P1133
2024年3月11日 15:50
回复 0
|
赞 0
|
浏览 470
字符串翻转 题解:
1006解题思路 #include <bits/stdc++.h> using namespace std; int main() { char a[100]; char k;  ...
P1006
2024年3月11日 15:50
回复 0
|
赞 0
|
浏览 683
计算Sn 题解:
1043解题思路 #include <stdio.h> int main() { int n; int x; int count=0; &...
P1043
2024年3月11日 15:50
回复 0
|
赞 0
|
浏览 609
A+B问题 题解:
1000解题思路 #include <stdio.h> int main() { int A,B; scanf("%d %d",&A,&B); ...
P1000
2024年3月11日 15:49
回复 0
|
赞 0
|
浏览 863
统计二进制数中的1的个数 题解:
1547解题思路 #include <bits/stdc++.h> using namespace std; int main() { int n; &n...
P1547
2024年3月11日 15:37
回复 0
|
赞 0
|
浏览 510
天津大学-进制转换 题解:
1843解题思路 #include <bits/stdc++.h> using namespace std; int main() { int x; &nb...
P1843
2024年3月11日 15:36
回复 0
|
赞 0
|
浏览 342
八进制 题解:
1417解题思路 #include <iostream> using namespace std; int main() { int a[105]={0}; int n;//输入...
P1417
2024年3月11日 15:36
回复 0
|
赞 0
|
浏览 429
二进制数 题解:
1380解题思路 #include <bits/stdc++.h> using namespace std; int main() { int n,i=0;  ...
P1380
2024年3月11日 15:36
回复 0
|
赞 0
|
浏览 601
计算日期2 题解:
1708解题思路 #include <bits/stdc++.h> using namespace std; int main() { int a[13]={0,31,28,31,3...
P1708
2024年3月11日 15:32
回复 0
|
赞 0
|
浏览 337
1
2
3
4
本科学校:。。。
目标学校:。。。
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!