主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
122793160
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
7
发帖
0
笔记
1
Ta的粉丝
142
关注数
0
粉丝数
142
获赞数
5
阅读数
5188
负二进制 题解:看了大佬的解释
#include<bits/stdc++.h> using namespace std; int main(){ int m; while(cin>>m){ ...
P1097
2024年3月26日 14:55
回复 0
|
赞 0
|
浏览 620
最大序列和 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int n; while(cin>>n){ ...
P1172
2024年3月21日 19:54
回复 0
|
赞 0
|
浏览 552
旋转方阵 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; i...
P1216
2024年3月19日 19:43
回复 0
|
赞 0
|
浏览 755
质因数个数 题解:简短的解
#include<bits/stdc++.h> using namespace std; int main(){ int n,cnt; while(cin>>n){ &nb...
P1156
2024年3月12日 20:14
回复 0
|
赞 3
|
浏览 935
字母统计 题解:大佬们,请问为什么是75%。提示output超标
#include<bits/stdc++.h> using namespace std; int main(){ string s; int a[26]; f...
P1292
2024年2月3日 10:48
回复 1
|
赞 0
|
浏览 821
Special数 题解:
#include<bits/stdc++.h> using namespace std; vector<int>num; int main(){ int n; ...
P1560
2024年1月24日 11:09
回复 0
|
赞 2
|
浏览 555
发财数 题解:
#include<iostream> #include<vector> using namespace std; vector<int> fc; //用来保存发财数 int main(){ int a; cin >...
P1489
2024年1月18日 10:47
回复 0
|
赞 0
|
浏览 950
本科学校:四川大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!