永恒学者
永恒学者
全部文章
题解
归档
标签
去牛客网
登录
/
注册
永恒学者的博客
全部文章
/ 题解
(共3篇)
题解 | #小红刷怪#
#include <iostream> #include <algorithm> #include <cmath> using LL = long long; using namespace std; LL a,b,x,y; LL ceil_div(LL n...
C++
2026-03-04
0
14
题解 | #小苯的Z串匹配#
#include <iostream> #include <algorithm> #include <string> #include <vector> using namespace std; using LL = long long; void...
C++
贪心
模拟
2026-03-02
0
24
题解 | #小紫的劣势博弈#
#include <bits/stdc++.h> using namespace std; using LL = long long; vector<LL> v; int main() { ios::sync_with_stdio(false); cin...
C++
贪心
2026-03-02
0
20