杀死一个骗分者的最好方式就是无论Ta是AC是TLE还是MLE还是UKE都说:看啊!TaWA了!
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
``` cpp #include using namespace std; int t,n; int a[50010]; bool check(int x){ for(int r=x;r =0){ if(a[r] =0){ if(min(a[r],-a[l])+a[r]-a[l] >t>>n; for(int i=1;…
在讨论《绝命五十RE求调(玄关)》回复:
谢谢两位大牢(已关)
``` cpp #include using namespace std; char ans; string s; int len[10000010]; void dg(int n,int i){ if(i==0){ ans=s[n-1]; return; } if(n>len[i-1]){ n=n-len[i-1]-…
在讨论《//0pts(样例过了)玄关》回复:
OK(已关)
``` cpp #include using namespace std; map m; int main(){ string s; int n; cin>>n; string ss="1"; s+=ss; for(int i=1;i >k>>p; char x=k+'0',x1=(i+1)+'0'; string n…
在讨论《29分求调(必关)》回复:
OK
``` cpp #include using namespace std; struct Point{ int x,y; }; Point ans; int a[1010][1010]={0}; int num(int sti,int stj,int len){ int ans=0; for(int i=sti;i >…
在讨论《90分第一个点WA求调》回复:
```cpp #include using namespace std; int main(){ int n,m; cin>>n>>m; int a[100010]={0},b[100010]={0}; for(int i=1;i >a[i]; for(int j=1;j >b[j]; sort(a+1,a+n+1);…
在讨论《90分第一个点WA求调》回复:
必关
```cpp line_numbers #include using namespace std; int main(){ int n,m; cin>>n>>m; int a[100010]={0},b[100010]={0}; for(int i=1;i >a[i]; for(int j=1;j >b[j]; sor…
``` cpp linesnumber #include using namespace std; struct Point{ int listnumber; int alltime; int allpoints[5002]={0}; int allpoints_len=0; }; Point a[5010]; boo…
```cpp linenumbers #include using namespace std; int a[1010][1010]={0}; int main(){ int n,m; cin>>n>>m; for(int i=1;i >a[i][j]; } } int t; cin>>t; for(int i=1;i…
```cpp linenumbers #include using namespace std; struct date{ int month,day; }; date a[370]; int biao[13]={0,31,29,31,30,31,30,31,31,30,31,30,31}; int main(){ i…
``` cpp line numbers #include using namespace std; struct zombie{ int p,t; }; bool cmp(const zombie &a,const zombie &b){ if(a.p!=b.p) return a.p >n; int all=n;…
在讨论《80分(AC必关)》回复:
OK谢谢大牢(都关了)
```cpp linenumbers; #include using namespace std; struct p{ int k,s; }; p a[5010]; bool cmp(const p &a,const p &b){ if(a.s!=b.s)return a.s>b.s; return a.k >n>>m…
```cpp line-numbers #include using namespace std; int main(){ int n,m; cin>>n>>m; int a[100010]={0},b[100010]={0}; for(int i=1;i >a[i]; for(int j=1;j >b[j]; sor…
```cpp lines number #include using namespace std; bool Prime(int n){ for(int i=2;i >a>>b; for(int i=a;i<=b;i++){ if(PrimePalindromes(i)){ cout<<i<<"\n"; } } ret…
```cpp line-numbers #include using namespace std; long long fib(long long n){ long long a[50]={0,1,1,0}; for(long long i=3;i >n; long long x=fib(n); int laji=IN…
```cpp #include using namespace std; int main(){ int l,n,point[5010]={0},a[5010]={0},b[5010]={0}; cin>>l>>n; if(l==0&&n==0){ cout >point[i]; } if(n==1){ cout<<l…
在讨论《求大牢debug(必关)》回复:
>~~**70分**~~
```cpp #include using namespace std; struct nums{ int num=0; int x=0,y=0; }; nums m[410]; bool cmp(const nums &a,const nums &b){ return a.num>b.num; } int main(…
在讨论《求大牢修改(必关)》回复:
@[harry_xyh](luogu://user/1209741) 已AC(已关); 本蒟蒻有一个小小的问题,为什么移到后面就可以了??
```cpp #include using namespace std; struct man{ int towrad; string name; }; man a[100010]; int main(){ int n,m; cin>>n>>m; int ans=1; for(int i=1;i >a[i].towra…
在讨论《求大牢修改(必关)》回复:
@[EdenSurvivor](luogu://user/773346)用这种方法会增加时间复杂度,为什么用这种方法?
```cpp #include using namespace std; struct skill{ int harm; int power; int rank; }; skill a[30010]; int ans[30010]; int main(){ int k,m,n,j=1; cin>>k>>m>>n; fo…
```cpp #include using namespace std; char a[1001][1001]; //a数组太大了可能会爆; int main(){ int n,m; cin>>n>>m; for(int i=1;i >a[i][j]; } } int maxi=1,maxj=1,maxx=-INT_M…
```cpp #include using namespace std; //判断一个字符串是否有序; bool check(const string &s){ //cout " s[i]) return false; } return true; } bool cmp(const string &s,const st…