牛客652687585号
牛客652687585号
全部文章
分类
题解(56)
归档
标签
去牛客网
登录
/
注册
牛客652687585号的博客
全部文章
(共52篇)
题解 | #素数#
#include<iostream> #include<cstdio> #include<vector> using namespace std; const int MAXN=10001; bool isPrim...
C++
C++14
C
数学
数组
2022-03-05
0
383
题解 | #最简真分数#
#include<iostream> #include<cstdio> using namespace std; const int MAXN=600; int GCD(int a,int b){ &nbs...
C++
C
C++14
数组
数学
2022-03-04
0
467
题解 | #Prime Number#
#include<iostream> #include<cstdio> #include<vector> using namespace std; const int MAXN=1e5+1e4; bool isPr...
C++
C
C++14
数组
数学
2022-03-04
2
333
题解 | #素数判定#
#include<iostream> #include<cstdio> #include<cmath> using namespace std; bool Judge(int n){ &n...
C++
C
C++14
数学
2022-03-04
0
351
题解 | #最大公约数#
#include<iostream> #include<cstdio> using namespace std; int main(){ int a,b; &nbs...
C++
C
C++14
数学
2022-03-04
1
434
题解 | #数制转换#
#include<iostream> #include<cstdio> #include<string> using namespace std; int CharToInt(char x){ &nb...
C++
C
数组
字符串
数学
模拟
2022-02-26
0
338
题解 | #又一版 A+B#
#include<iostream> #include<cstdio> #include<vector> using namespace std; int main() { ...
C++
C
C++14
数组
数学
2022-02-26
0
293
题解 | #八进制#
#include<iostream> #include<cstdio> #include<vector> using namespace std; void deci_to_m(int x,int m){ &nbs...
C++
C
C++14
数学
数组
模拟
2022-02-25
0
310
题解 | #进制转换2#
#include<iostream> #include<cstdio> #include<string> #include<vector> using namespace std; int CharToInt(char&n...
C++
C
C++14
数组
字符串
数学
模拟
2022-02-25
0
444
题解 | #10进制 VS 2进制#
#include<iostream> #include<cstdio> #include<string> #include<vector> using namespace std; string Divide(string...
C++
C
C++14
数组
字符串
数学
模拟
2022-02-25
0
372
首页
上一页
1
2
3
4
5
6
下一页
末页