主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
我与代码的故事
天天原神启动不训练,考研还想上岸?
关注
发消息
文章
0
题解
105
发帖
0
笔记
12
Ta的粉丝
69
关注数
2
粉丝数
69
获赞数
117
阅读数
61251
日期 题解:
#include<iostream> using namespace std; string w[8] = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", ...
P1011
2024年4月20日 00:21
回复 0
|
赞 1
|
浏览 882
字符移动 题解:
#include<bits/stdc++.h> using namespace std; int main() { string str, num, ot; cin >> str; for(int i ...
P1012
2024年4月20日 00:17
回复 0
|
赞 1
|
浏览 672
0和1的个数 (位运算)题解:
#include<bits/stdc++.h> using namespace std; int n, cnt; int main() { cin >> n; while(n) { if(n & 1) cnt ++; ...
P1008
2024年4月20日 00:07
回复 0
|
赞 1
|
浏览 506
整除 题解:
#include<bits/stdc++.h> using namespace std; int cnt; int main() { for(int i = 100; i <= 1000; i ++) { if(i %...
P1007
2024年4月20日 00:03
回复 0
|
赞 1
|
浏览 763
字符串翻转 题解:
#include<bits/stdc++.h> using namespace std; int main() { string s; getline(cin, s); reverse(s.begin(), s.end...
P1006
2024年4月19日 23:51
回复 0
|
赞 1
|
浏览 546
1
...
4
5
6
本科学校:星穹铁道职业技术学院
目标学校:贵州大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!