north_h
north_h
全部文章
Acwing
codeforces(9)
SMU-XCPC(21)
数据结构(3)
杂项(1)
牛客OJ(3)
题解(2)
归档
标签
去牛客网
登录
/
注册
north_h的博客
菜鸡上路!
全部文章
/ Acwing
(共4篇)
Acwing109场周赛
传送门 A 函数 注意开long long #pragma GCC optimize(2) #pragma GCC optimize(3) #include<bits/stdc++.h> #define IOS ios::sync_with_stdio(false),cin.tie(n...
2023-06-24
0
229
Acwing第96场周赛
题目链接 A 完美数 签到题,不要循环,记得开ll。 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 100010; ...
2023-03-26
0
430
Acwing第91场周赛
点这里 A题 构造数列 这题么是很简单的,签到题,但是我好像想复杂了,罚时太长了,直接取出每一位不为零的数即可。 比赛时的做法 属实是个铁憨憨 #include <iostream> #include <cstring> #include <algorithm> ...
2023-02-19
0
322
A从Wing第90场周赛
A题 首字母大写 签到题 #include<iostream> #include<cstring> #include<algorithm> #include<cstdio> #include<cmath> #include<vecto...
2023-02-12
0
315