主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
光明守护神
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
49
发帖
0
笔记
0
Ta的粉丝
90
关注数
1
粉丝数
90
获赞数
9
阅读数
27272
加密算法 题解:C++
#include <iostream> using namespace std; int main() { string s; while (cin >> s) { string::iterator it; for (it = s....
P1014
2024年3月9日 21:20
回复 0
|
赞 0
|
浏览 575
判断素数 题解:0和1不是素数
.
P1013
2024年3月9日 20:59
回复 0
|
赞 0
|
浏览 529
日期 题解:C++
#include<iostream> #include <string> using namespace std; const int s[12] = { 30,31,30,31,31,30,31,30,31 }; const string w[7] =...
P1011
2024年3月8日 19:22
回复 0
|
赞 0
|
浏览 643
日期计算 题解:C++
谁知道写个这种题写那么久,还是要多练!!! #include<iostream> using namespace std; const int s[12] = { 31,28,31,30,31,30,31,31,30,31,30,31 }; struct d...
P1051
2024年3月8日 19:02
回复 0
|
赞 0
|
浏览 564
2048游戏 题解:C++
1.一个位置只能合并一次,所以我设置了一个flag判断该位置是否合并过 2222 -> 0044 2. 0代表这里没数字,不是代表这里有一个0 0202 -> 0004 关键之处我已注释! #incl...
P1472
2024年3月8日 17:52
回复 0
|
赞 1
|
浏览 776
旋转矩阵 题解:C++
#include<iostream> #include<vector> using namespace std; void print(vector<vector<int>>& a) { int n = a.size(...
P1221
2024年3月8日 16:29
回复 0
|
赞 0
|
浏览 598
旋转方阵 题解:就一个图,自己悟吧!
P1216
2024年3月7日 22:24
回复 0
|
赞 2
|
浏览 800
旋转矩阵 - 北航 题解:C++
0度就是没变 90度是关键 180度就是转2次90度 270度就是转3次90度 #include<iostream> #include<vector> using namespace std; /*输出一个2维数组*/ void ...
P1377
2024年3月7日 22:11
回复 0
|
赞 1
|
浏览 746
身份证校验 题解:C++
#include<iostream> using namespace std; void error() { cout << "ID Wrong" << endl; } void corrent() { cout <&l...
P1722
2024年3月7日 21:22
回复 0
|
赞 0
|
浏览 626
1
2
3
本科学校:贵州大学
目标学校:贵州大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!