土尔逊Torson
土尔逊Torson
全部文章
分类
归档
标签
去牛客网
登录
/
注册
土尔逊Torson的博客
全部文章
(共104篇)
题解 | #鸡兔同笼#
//土尔逊Torson 编写于2023/05/22 #define _CRT_SECURE_NO_WARNINGS #include<iostream> #include<cstdio> using namespace std; int main() { int a; ...
2023-05-26
0
233
题解 | #N的阶乘#
//土尔逊Torson 编写于2023/05/22 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> #include <string> #include <cstri...
2023-05-26
0
255
题解 | #a+b#
//土尔逊Torson 编写于2023/05/21 #include <iostream> #include <cstdio> #include <string> #include <cstring> using namespace std; co...
2023-05-21
0
303
题解 | #递推数列#
//土尔逊Torson 编写于2023/05/20 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> using namespace std; int Math_ak(int a0,...
2023-05-20
0
263
题解 | #A+B for Matrices#
//土尔逊Torson 编写于2023/05/20 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> using namespace std; struct Matrix079 { ...
2023-05-20
0
330
题解 | #矩阵幂#
//土尔逊Torson 编写于2023/05/18 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> using namespace std; struct Matrix { in...
2023-05-18
0
306
题解 | #计算两个矩阵的乘积#
//土尔逊Torson 编写于2023/05/18 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> using namespace std; struct Matrix { in...
2023-05-18
0
407
题解 | #求root(N, k)#
//土尔逊Torson 编写于2023/05/18 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> using namespace std; long long MyPow(lon...
2023-05-18
0
293
题解 | #整除问题#
//土尔逊Torson 编写于2023/05/13 #define _CRT_SECURE_NO_WARNINGS #include "stdio.h" #include "string.h" #include "limits.h" #include <vector> #include ...
2023-05-13
0
341
题解 | #约数的个数#
//土尔逊Torson 编写于2023/05/10 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstdio> #include <vector> #include <cmath...
2023-05-10
0
270
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页