小路绫ayaya
小路绫ayaya
全部文章
分类
归档
标签
去牛客网
登录
/
注册
小路绫ayaya的博客
全部文章
(共45篇)
题解 | Financial Management
#include <iostream> #include <vector> #include <iomanip> using namespace std; int main() { ios_base::sync_with_stdio(false); ...
2026-03-04
0
16
题解 | 整数奇偶排序
#include <iostream> #include <vector> #include <algorithm> using namespace std; bool sequence(int a, int b) { if (a % 2 != b %...
2026-03-04
0
24
题解 | Biorhythms
#include <iostream> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); int p, e, i, d; cin &g...
2026-03-04
0
14
题解 | Mileage Bank
#include <iostream> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); string initial, final; ...
2026-03-03
0
18
题解 | 继续xxx定律
#include <iostream> #include <vector> using namespace std; int main() { int n; while(cin >> n) { if(n == 0) re...
2026-02-20
0
25
首页
上一页
1
2
3
4
5
下一页
末页