首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
jisuanji111
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
8
发帖
0
笔记
0
Ta的粉丝
0
关注数
1
粉丝数
0
获赞数
118
阅读数
3403
促销计算 题解:
注意要按照案例输出格式来输出 #include <bits/stdc++.h> using namespace std; int main(){ double price = 0, discount = 0, pay = 0; &nb...
P1091
2025年2月18日 19:18
回复 0
|
赞 18
|
浏览 546
分数求和 题解:
#include <bits/stdc++.h> using namespace std; int main(){ double m=1, n=1, N_sum = 0; int N=0; &...
P1047
2025年2月18日 18:52
回复 0
|
赞 7
|
浏览 294
平方和与倒数和 题解:
此题默认abc为整数。 #include <bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin >> ...
P1045
2025年2月18日 18:33
回复 0
|
赞 10
|
浏览 305
计算Sn 题解:
着重注意2222的构造,不要混淆为a += a*10; #include <bits/stdc++.h> using namespace std; int main() { int a, n;  ...
P1043
2025年2月18日 17:45
回复 0
|
赞 23
|
浏览 559
利润提成 题解:
注意奖金提成根据利润来算,但是不包括利润! #include <bits/stdc++.h> using namespace std; int main(){ int profit = 0; ...
P1040
2025年2月18日 17:02
回复 0
|
赞 29
|
浏览 508
成绩的等级 题解:
# include <bits/stdc++.h> using namespace std; int main(){ int score; cin >> score; ...
P1038
2025年2月18日 15:46
回复 0
|
赞 2
|
浏览 351
三个数的最大值 题解:
#include <bits/stdc++.h> using namespace std; int main(){ int a[3]; scanf("%d %d %d", &...
P1036
2025年2月18日 15:38
回复 0
|
赞 7
|
浏览 266
水仙花数 题解:
#include <bits/stdc++.h> using namespace std; int main(){ int m,n; while (cin >> m >> n...
P1034
2025年2月18日 15:02
回复 0
|
赞 22
|
浏览 574
本科学校:安徽大学
目标学校:中科大
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!