该用户好像正处于封禁期间
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《DBOI R1、LGR-269 作弊名单》回复:
qp
在讨论《「DBOI」Round -1 赛时答疑帖》回复:
qp
在讨论《yrOI Round 1 赛时答疑帖》回复:
qp
在讨论《【LGR-272】& ICerOI R1 赛后总结帖》回复:
qp
在讨论《FeSo4OI Long Round #1 赛后总结帖》回复:
qp
```cpp #include using namespace std; char a[105][105]; struct node{ int x,y,turn,fx; }; queue q; bool vis[105][105]; int n,ans=INT_MAX,p[4][2] = {{1,0},{0,1},{-…
```cpp #include using namespace std; int s,n,d; int a[45],b[45],dp[10000005]; int main(){ scanf("%d%d%d",&s,&n,&d); for(int i = 1;i <= d;i++){ scanf("%d%d",&a[i…
本人用的是dp ```cpp #include using namespace std; int n,m,w[105],dp[10005],ans = -999999999,cnt; int main(){ scanf("%d%d",&n,&m); for(int i = 1;i = w[i];j--){ dp[j]…
在讨论《DLESS Round 2 赛时答疑帖》回复:
qp
在讨论《『ANIME』Round 2 赛后总结帖》回复:
qp
在讨论《全WA求助!!!!》回复:
```cpp #include using namespace std; const int N=1100; int a[N]; int main(){ int n; cin>>n; for(int i=1;i >a[i]; } sort(a+1,a+n+1); double sum=0; for(int i=2;i<…
在讨论《「赛后总结」COCI 2024/2025 #4》回复:
qp
```python p = [[0, 1], [1, 0]] memo = None def dfs(x1, y1, x2, y2, grid): rows, cols = len(grid), len(grid[0]) if x1 = rows or y1 = cols or x2 = rows or y2 = co…
在讨论《求助》回复:
```cpp #include using namespace std; bool zs(int a){ for(int i=2;i >n>>k; for(int i=0;i >a[i]; } for(int i=0;i >j)%2==1){ sum+=a[j]; } } if(zs(sum)){ ans++; } }…
在讨论《20分求助》回复:
```cpp #include #include #define MAX_N 1010 int n; int a[MAX_N][5]; int sum[MAX_N]; int cnt; int main() { scanf("%d", &n); for (int i = 1; i <= n; i++) { scanf(…
在讨论《怎么输都是0》回复:
前面给错了
在讨论《怎么输都是0》回复:
```cpp #include using namespace std; const int N = 10096; string a,b; int pa[N],pb[N],pc[N]; int main(){ cin >> a >> b; if(a.size()==b.size()&&a 1)lena--; strin…
在讨论《怎么输都是0》回复:
@[Z_HX_QAQ](luogu://user/1121099) ```cpp #include using namespace std; const int N = 10096; string a,b; int pa[N],pb[N],pc[N]; string minu(string a,string b){ i…
在讨论《50pts玄关求救!!!》回复:
@[csc0987](luogu://user/1495378) 要用埃氏筛法 ```cpp #include #define sb long long using namespace std; int main() { sb N; cin >> N; // 使用埃氏筛法 vector isPrime(N + 1, t…
在讨论《【1.3 更新】洛谷题解补充计划》回复:
qp
在讨论《2025 年春节管理组休假通告》回复:
qp 新年快乐
在讨论《LGR-213 作弊名单》回复:
qp
在讨论《求救,回复必关》回复:
```cpp #include using namespace std; long long sb[5000010]; int main(){ long long n,k; cin >> n >> k; for (long long i = 1;i <= n;i++){ scanf("%ld",&sb[i - 1]);…
在讨论《75求助,玄关》回复:
@[craftmine](luogu://user/991832)谢谢大佬,已关
改AC就关注 [记录](https://www.luogu.com.cn/record/196668356) ```cpp #include using namespace std; void print(__int128 x){ if (x 9) print(x / 10); putchar(x % 10 + '0'…
```cpp #include using namespace std; int main(){ long long n,ans = 0; cin >> n; long long sb[n+10]; for (long long i = 1;i > sb[i - 1]; } for (long long i = 1;i…
在讨论《LGR-212 赛后总结 & 评价帖》回复:
qp
在讨论《LGR-212 赛时答疑帖》回复:
@[Coffee_zzz](luogu://user/744687) 第一题样例有误,1异或30应该是31
在讨论《LGR-212 赛时答疑帖》回复:
qp