WA
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
https://www.luogu.com.cn/record/230014673 ```cpp #include using namespace std; #define int long long const int mod=10007; int ans,n,m,a[1000010],c[1000010]; vec…
在讨论《40分,求调》回复:
老师不让用STL?
```cpp #include using namespace std; int n,m,x,y,c,a[110][110],f[110][110],ax[4]= {0,1,0,-1},ay[4]= {1,0,-1,0},h,t=1,nx,ny,nc; bool b[110][110],bb[110][110]; st…
```cpp #include using namespace std; int n,L,a[100010],l=0,r,ans,ansl,ansr; int f1(int mid) { if(a[ansl]==mid) { int left=1,right=n; while(left =ansl-L) { if(a[…
在讨论《80分,一个点RE求调》回复:
@[__lalala__](luogu://user/960459) 谢谢
```cpp #include using namespace std; int n,h,t=1; string a,b,ca[1001],cb[1001]; struct node { int cnt; string s; } q[2000001]; main() { cin>>a>>b; while(cin>>ca…
在讨论《7个RE,求调。》回复:
@[flinn](luogu://user/1048122) 谢谢,关注了
```cpp #include using namespace std; int x,y,i,j,m,n,k,t,l; int a[5001],f[5001][5001],d[5001]; int print(int i,int j) { int t,x; if (j==0) return 0; if (j==1) {…
在讨论《52pts 求助》回复:
现在100pts了, 剩下的超时。
在讨论《52pts 求助》回复:
?
在讨论《52pts 求助》回复:
求助。
52pts (可关) QwQ。 ```cpp #include using namespace std; int a[10000], f[10000]= {0},l[10000],ans1; int main() { int n = -1,k=1,c,b,j=1; while(cin>>a[++n]); for(int…
在讨论《无语,快排怎么还是TLE了》回复:
sort + 快读,可过
在讨论《有人比我还笨吗?有短方法不用非要用长的》回复:
so???