lanqiao3515 整数删除(模拟法)

This commit is contained in:
2025-03-17 20:21:07 +08:00
parent c2caf6c133
commit e15ec0e16c

View File

@@ -1,4 +1,4 @@
// lanqiao3514 字串简写(前缀和优化)
// lanqiao3514 字串简写(前缀和优化)
#include<bits/stdc++.h>
using namespace std;
#define int long long