这个家伙很狡猾,留下了很多神秘东西
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
为什么O(n*n)可以通过本题? ```cpp #include #define int long long using namespace std; int n,a[100005],pre[100005]; signed main(){ cin>>n; for(int i=1;i >a[i]; sort(a+1,a+…
在文章《NOIP2025 游记》发表评论:
[如遇到 p 话哥,请举此牌.jpg]
在文章《NOIP2025 游记》发表评论:
%%%这么高
在讨论《求思维题》回复:
%%%
在讨论《我也求OI之路》回复:
根我差不多你还有很多机会反正我无了
```cpp #include using namespace std; int t,n,cnt,x,y,z; struct node{ int x,y,z,maxn,cimaxn; }a[100005]; int cd(int a,int b,int c){ int t[4]={0,0,0,0}; memset(t,…
在讨论《49分求调》回复:
感谢大佬
在讨论《49分求调》回复:
卡输入输出真恶心
```cpp #include #define int long long using namespace std; inline int read(){ int x=0,f=1;char ch=getchar(); while (ch '9'){if (ch=='-') f=-1;ch=getchar();} whi…
在文章《题解:P14360 [CSP-J 2025] 多边形》发表评论:
我才205 挂了T2 本来在GD能1=的
## 还有没有人像我一样搞反n和m导致100pts->35pts ```cpp #include #define int long long using namespace std; int n,m,x,y,ans[105][105],k=1; struct node{ int bh; int z; }a[1005];…
在讨论《关于csp-j》回复:
@mixue_bc ???
```cpp #include using namespace std; int n,k=1; map f; string s1,s2; string t; //ok int getsum(string s){ int cnt=1,sum=0; int l=s.size()-1; for(int i=l;i>=0;i-…