土尔逊Torson
土尔逊Torson
全部文章
分类
归档
标签
去牛客网
登录
/
注册
土尔逊Torson的博客
全部文章
(共104篇)
题解 | #N阶楼梯上楼问题#
//土尔逊Torson 编写于2023/10/08 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> using namespace std; const int MAXN145 =...
2023-10-08
0
394
题解 | #I Wanna Go Home#
//土尔逊Torson 编写于2023/07/07 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> #include <vector> #include <queue...
2023-07-07
0
422
题解 | #最短路径问题#
//土尔逊Torson 编写于2023/07/07 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> #include <vector> #include <cstri...
2023-07-07
0
369
题解 | #Jungle Roads#
//土尔逊Torson 编写于2023/07/07 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <vector> #include <cstdio> #include <stdli...
2023-07-07
0
344
题解 | #Freckles#
//土尔逊Torson 编写于2023/07/06 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <map> #include <vector> #include <algorith...
2023-07-06
0
363
题解 | #继续畅通工程#
//土尔逊Torson 编写于2023/07/05 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> #include <algorithm> using namespac...
2023-07-05
0
336
题解 | #Head of a Gang#
//土尔逊Torson 编写于2023/07/04 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <stdio.h> #include <stdlib.h> #include <st...
2023-07-04
0
376
题解 | #第一题#
//土尔逊Torson 编写于2023/07/04 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #define N 1000010 int dad[N], h[N]; usin...
2023-07-04
0
368
题解 | #还是畅通工程#
//土尔逊Torson 编写于2023/06/21 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> #include <algorithm> using namespac...
2023-06-21
0
377
题解 | #找出直系亲属#
//土尔逊Torson 编写于2023/06/20 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> #include <string> using namespace s...
2023-06-21
0
245
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页