,,ԾㅂԾ,,
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《西安交通大学少年班初试游记》发表评论:
qpqp
在讨论《全WA求条必关》回复:
感谢已关 本帖结
```cpp #include using namespace std; const int N = 1e3 + 6; int n, m, mp[N][N], x, y; vector q[N]; int main() { ios::sync_with_stdio(0), cin.tie(nullptr); cin >…
```cpp #include using namespace std; const int N = 18; int m, n, X[4] = {1, 0, 1, 0}, Y[4] = {0, -1, 0, 1}, x_0, y_0, x_m, y_n, ans[N * N][3]; bool mp[N][N], vi…
在讨论《90pst求调必关》回复:
感谢Dalao orz已关 本帖结
```cpp #include #include using namespace std; int t,n; unsigned long long int x; string s; stack awa; int main() { ios::sync_with_stdio(0); cin.tie(nullptr),cou…
```cpp #include using namespace std; long long t,n,m,a[200001],p[200001],xx; bool f; signed main() { // freopen("sequence.in","r",stdin); // freopen("sequence.o…
在讨论《40求调,纠正必关》回复:
@[yuchaneko](luogu://user/581626)感谢orz已关
在讨论《40求调,纠正必关》回复:
@[yuchaneko](luogu://user/581626)[](https://www.luogu.com.cn/record/243779514)改了还是错了
```cpp #include using namespace std; int s,t,n,m,k,x,y,d,X[4]= {0,1,0,-1},Y[4]= {1,0,-1,0}; int main() { ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); cin>>…
在讨论《50求条,改对必关》回复:
@[RainySoul](luogu://user/654577)感谢感谢,已关orz%% 本帖结
```cpp #include #include int t,l; bool f; char a[26]; std::string s; int main() { std::cin>>t; while(t--) { std::cin>>s; l=s.size(); if(l 26) std::cout<<"Yes\n"…
在讨论《线性筛但TLE改对必关》回复:
感谢所有指出错误的大犇 已改正orz已回关 本帖结
```cpp #include using namespace std; const int N=1e8; int prime[N],n,q,k,mark=1; bool vis[N]; bool Is_Prime(int x) { for(int i=2; i >n>>q; for(int i=2; i >k; co…
在讨论《70求调,改对必关(*^▽^*)》回复:
谢谢大Lao已关 @[doudou0930](luogu://user/1776713)@[Sweet_2013](luogu://user/1570347) orz 本帖结
```cpp #include using namespace std; long long gcd(long long a,long long b) { return !b?a:gcd(b,a%b); } int main() { ios::sync_with_stdio(0); cin.tie(0); cout.t…
在文章《夏天还不算开始...?》发表评论:
come on
在文章《NOI2025 游记》发表评论:
qp
```cpp #include using namespace std; int b, a[1006], i, c[1006]; void qsort(int l, int r) { int i, j, mid, p; i = l; j = r; mid = a[(l + r) / 2]; do { while (a[…
在讨论《0分求助,改对必关》回复:
@[zenith_once](luogu://user/1125242) 蟹蟹大佬 orz 已关
```cpp #include using namespace std; int main() { struct w { int a,b,c; string d; int f() { return a+b+c; } } q[1006]; int e,i,j; cin>>e; for(i=0; i >q[i].d>>q[…
在讨论《95改对必关》回复:
@[yhcorey](luogu://user/1355953) 蟹蟹 orz 膜拜大佬 已关
```cpp #include using namespace std; int y, m, s, d, h, k; bool _y(int y) { if (y % 400 == 0 || (y % 100 != 0 && y % 4 == 0)) return 1; return 0; } signed main(…
```cpp #include using namespace std; int y, m, s, d, h, k; signed main() { ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); scanf("%d%d%d%d%d", &y, &m, &d,…
在讨论《全红求助,改对必关》回复:
栓Q 已关 orz
```cpp #include using namespace std; long long n,a,s=0,s1=-1; signed main() { ios::sync_with_stdio(false); cin.tie(0), cout.tie(0); scanf("%d",&n); while(n) { s…
在讨论《50分·求助!Dalao改对必关》回复:
谢谢DaLao 膜拜
```c++ #include using namespace std; int main() { string s; int a[10]; long long b = 0; cin >> s; a[0] = s[0] - '0'; a[1] = s[2] - '0'; a[2] = s[3] - '0'; a[3]…
在讨论《70求调!改对必关~》回复:
蟹蟹大佬 @abc1234shi
```c++ #include using namespace std; char a[256]; int main() { cin>>a; int b=strlen(a),s1=0,s2=0; for(int i=0;i<b;i++) { if(a[i]=='(') s1++; else if(a[i]==')')…