考试啊,祂会归来;题海啊,永不停息||代词使用铊⎛⎝≥⏝⏝≤⎛⎝
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《十分求调》回复:
谢大佬!!!(os:已关)
```cpp #include using namespace std; int n,m,a[200000]; int ck(int x){ int c=0,l=a[1]; for(int i=2;i >n>>m; for(int i=1;i >a[i]; sort(a+1,a+n+1); int l=0,r=a[n]…
在讨论《hlep!》回复:
不过还是谢谢你@[KellyH](luogu://user/1367731)
在讨论《hlep!》回复:
@[KellyH](luogu://user/1367731)我现在AC了才知道你的回复和我的错有多可笑。 1.我居然把输出写在退出后。 2.我的l,r没清零。 3.输入的是一大串,要用string。 4.s[i]不是字符串,是字符。 还好看出来了。
在讨论《60,求条》回复:
@[xiao7141](luogu://user/1028776)谢谢,已关
```cpp #include #define ll long long using namespace std; queue q; int n,k,j,x,y; bool f[200]; int main(){ cin>>x>>y>>k; n=x+y; for(int i=1;i<=n;i++){ q.push(i)…
```cpp #include #define ll long long using namespace std; int n,x,y,o; struct st{ int p=1,nx,q; }a[200000]; int main(){ cin>>n; a[1].p=1; for(int i=1;i >o>>x; i…
在讨论《这咋又卡又RE呢》回复:
@[guomu](luogu://user/1430240)ac
在讨论《AC了一个》回复:
@[xingzhiyin](luogu://user/1039058)no
```cpp #include using namespace std; int n,m,a[100010]; int c(int m){ int ct=1,l=a[1]; for(int i=2;i =m){ ct++; l=a[i]; } } return ct>=m; } int f(int l,int r){…
在讨论《这咋又卡又RE呢》回复:
谢谢 ```cpp #include #define int long long using namespace std; int n,t,m,k,c[3000][3000],a[3000][3000]; signed main(){ ios::sync_with_stdio(0); cin.tie(0); cout.…
```cpp #include #define ll long long using namespace std; ll n,t,k,x,y,a[2000][2000],c[2000][2000]; int main(){ ios::sync_with_stdio(0); cin.tie(0); cout.tie(0)…
在讨论《为什么样例不对》回复:
不过水了10分
```cpp #include #define ll long long using namespace std; ll t,n,a,b,m,c; ll gcd(ll a,ll b){ if(b==0) return a; return gcd(b,a%b); } ll lcm(ll a,ll b){ return a…
在讨论《995!!!》回复:
求壶关
在讨论《995!!!》回复:
nb
```cpp #include using namespace std; int n,c; int main(){ cin>>n; int c=0; for (int i=1;i<sqrt(n);i++){ c+=i*i; } cout<<c; return 0; } ```
在文章《题解:P11961 [GESP202503 五级] 原根判断》发表评论:
666,那个不会是我吧
```cpp #include #define ll long long using namespace std; int x,t,c; bool zs(int x){ if(x==1){ return 0; }else if(x==2){ return 1; } for(int i=2;i*i >t; while(t…
```cpp #include #define ll long long using namespace std; int n; string s,a,b; bool hw(string x){ for(int i=0,j=x.length()-1;i >n; while(n--){ cin>>s; for(int i…
在讨论《我的眼里满是RE》回复:
https://www.luogu.com.cn/problem/B3940 双倍分
在讨论《我的眼里满是RE》回复:
我看题时大脑宕机了,谢谢
在讨论《我的眼里满是RE》回复:
玄关
```cpp #include #define ll long long using namespace std; int n,a[30][30],x,y; int main(){ cin>>n; y=n/2; a[x][y]=1; for(int i=2;i<=n*n;i++){ int t1=(x+n-1)%n,t…
在讨论《求助!!!》回复:
谢谢
在讨论《求助!!!》回复:
玄关
~~只得了10分~~ 样例过了 求大佬指点 以下是代码 ```cpp #include using namespace std; struct st{ int s,j; }a[1000]; int cp(st a,st b){ return a.j>b.j; } int y,n,x,z=1,jj,c,d; int ma…
在讨论《速速求助!!!》回复:
谢谢,过了
在讨论《玄关。不蓝?》回复:
谢谢,蓝了