阿尔芒a
阿尔芒a
全部文章
分类
归档
标签
去牛客网
登录
/
注册
阿尔芒a的博客
全部文章
(共39篇)
题解 | #最大公约数#
#include<iostream> #include<vector> #include<string> #include<algorithm> using namespace std; int GCD(int number1, int numb...
2024-03-25
0
166
题解 | #进制转换#
#include<iostream> #include<vector> #include<string> #include<algorithm> using namespace std; string divide(string input_str...
2024-03-25
0
193
题解 | #计算表达式#
#include<iostream> #include<vector> #include<string> #include<map> #include<stack> using namespace std; int priority(c...
2024-03-25
0
195
题解 | #I Wanna Go Home#
#include <iostream> #include <string> #include <vector> #include<queue> using namespace std; const int INF = 1e6; const int M...
2024-03-24
0
191
题解 | #开门人和关门人#
#include<iostream> #include<string> #include<vector> #include<map> #include<algorithm> using namespace std; struct inf...
2024-03-22
0
201
题解 | #A + B#
str2int = {"zero":0,"one": 1, "two": 2, "three": 3, "four": 4, "five": 5, "six":...
2024-03-22
0
209
题解 | #日期差值#
from datetime import datetime, timedelta def split_time(str): year = str[0:4] month = str[4:6] day = str[6:] return int(year), int(m...
2024-03-21
0
209
题解 | #Prime Number#
#include<iostream> #include <cstdio> #include <string> #include <algorithm> #include<vector> #include<cmath> using...
2024-03-21
0
168
题解 | #拦截导弹#
//dfs秒了 #include<iostream> #include <cstdio> #include <string> #include <algorithm> #include<vector> using namespace std...
2024-03-21
0
194
题解 | #采药#
//标准的0/1背包,模板题 #include<iostream> #include <cstdio> #include <string> #include <algorithm> #include<vector> using namesp...
2024-03-21
0
198
首页
上一页
1
2
3
4
下一页
末页