Starlight_Footprint
Starlight_Footprint
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Starlight_Footprint的博客
全部文章
(共2篇)
题解 | 小红的“质数”寻找
#include <bits/stdc++.h> #define ll long long #define IOS ios::sync_with_stdio(0);cin.tie(0);cout.tie(0); using namespace std; const int d[]={-1...
2026-05-20
1
9
题解 | 小苯的刷怪笼
#include <bits/stdc++.h> #define ll long long #define IOS ios::sync_with_stdio(0);cin.tie(0);cout.tie(0); using namespace std; const int N=2e5+5...
2026-05-19
1
16