土尔逊Torson
土尔逊Torson
全部文章
分类
归档
标签
去牛客网
登录
/
注册
土尔逊Torson的博客
全部文章
(共104篇)
题解 | #整数奇偶排序#
//土尔逊Torson 编写于2023/4/10 #define _CRT_SECURE_NO_WARNINGS #include <cstdio> #include <stdlib.h> #include <algorithm> using namespace...
2023-04-10
0
261
题解 | #排序#
#define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> #include <algorithm> using namespace std; int main() { int ...
2023-04-07
0
228
题解 | #坠落的蚂蚁#
//土尔逊Torson 编写于2023/4/6 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> #include <vector> #include <algorit...
2023-04-06
0
321
题解 | #Grading#
#define _CRT_SECURE_NO_WARNINGS #include <cstdio> #include <stdlib.h> using namespace std; int main() { float P, T, G1, G2, G3, GJ; fl...
2023-04-05
0
160
题解 | #xxx定律#
//土尔逊Torson 编写于2023/4/5 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> using namespace std; int main() { int n; ...
2023-04-05
1
398
题解 | #手机键盘#
//土尔逊Torson 编写于2023/4/5 #define _CRT_SECURE_NO_WARNINGS #include <map> #include <cstdio> #include <stdlib.h> using namespace std; i...
2023-04-05
0
299
题解 | #剩下的树#
//土尔逊Torson 编写于2023/4/5 #define _CRT_SECURE_NO_WARNINGS #include <cstdio> #include <stdlib.h> int main() { int L, M; int tree[10001]; ...
2023-04-05
0
220
题解 | #日期类#
//土尔逊Torson 编写于2023/3/31 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <malloc.h> using namespace...
2023-03-31
0
303
题解 | #Day of Week#
//土尔逊Torson 编写于2023/3/31 #define _CRT_SECURE_NO_WARNINGS #include <map> #include <cstdio> #include <string> using namespace std; int...
2023-03-31
0
303
题解 | #日期差值#
//土尔逊Torson 编写于2023/2/9 #define _CRT_SECURE_NO_WARNINGS #include <cstdio> #include <iostream> int year, year2, month, month2, day, da...
2023-02-09
0
338
首页
上一页
2
3
4
5
6
7
8
9
10
11
下一页
末页