这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int main(){ int n,m; cin>>n>>m; long long k=m; set a; a.insert(m); for(int i=1;i >m; auto j=a.lower_bound(m); int o=100005;…
在讨论《样例错了,AC了》回复:
```cpp #include using namespace std; int main(){ int a,b,c,d[100][100],e; char dd[100][100]; cin>>a; for(int i=0;i >b>>c; if(b >dd[m][n]; for(int n=0;n<c;n++)fo…
在讨论《双STL容器做法》回复:
也是随便发一发
在讨论《双STL容器做法》回复:
@[Bingxiu2](luogu://user/1396398) 确实挺简洁的
```cpp #include using namespace std; unordered_map a;//unordered_map O(n)时间复杂度时期能够通过。 vector aa; int b,c,d; int main(){ cin>>b; while(b--){ cin>>c; while(c--){…
```cpp #include using namespace std; unordered_map a;//unordered_map O(n)时间复杂度时期能够通过。 vector aa; int b,c,d; int main(){ ios::sync_with_stdio(false); cin.tie(0);…
```cpp #include using namespace std; void a(int n){ bool isntfirst=0; int m=(int)(log2(n)); while(n!=0){ if(isntfirst)cout >k; a(k); return 0; } ```
在文章《题解:P1044 [NOIP 2003 普及组] 栈》发表评论:
3 条评论
在文章《题解:P1044 [NOIP 2003 普及组] 栈》发表评论:
2 条评论
在文章《题解:P1044 [NOIP 2003 普及组] 栈》发表评论:
1 条评论
```cpp #include using namespace std; int a,b,c[21],k=0; int m(int m1){ if(m1 >a>>b; for(int i=0;i >c[i]; f(0,0,0); cout<<k; return 0; } ```
2025年,全球量子比特数突破1000大关,中国“九章三号”光量子计算机实现255个光子纠缠,在特定问题上比超算快亿亿倍。美国IBM推出433量子位的“秃鹰”处理器,错误率降至0.1%以下。这些进展标志着量子计算已从“原理验证”阶段迈向“实用化竞赛”。 超导量子芯片需在接近绝对零度的环境中运行,新型钇钡铜氧材料将临界温…
雨滴在玻璃上蜿蜒成透明的溪流,把窗外的霓虹灯晕染成水彩画。我坐在咖啡馆的角落,看水痕不断修改着城市的轮廓,忽然觉得这场秋雨像一封被泪水浸湿的信。 记忆里也有这样的雨天。高中时总爱把伞借给没带伞的同学,自己顶着书包冲进雨幕,白球鞋溅满泥点却笑得没心没肺。后来才知道,那些湿漉漉的青春片段,早被时光悄悄烘干,夹在记忆的扉页里…
在文章《INTERNET OVERDOSE》发表评论:
🔪🔪🔪🔪🔪🔪如果你是完美的,那我们的爱就不值得称道了。
```cpp #include using namespace std; int main(){ int a,b; cin>>a>>b; int c[b+2][a+2]; char n; for(int i=1;i >n; if(n=='*'){ c[i][j]=-1000000; c[i][j+1]++; c[i][…
```cpp #include using namespace std; struct abc{ string a; int b; int c; int d; }; abc m[1000]; int main(){ string k; int n,q,w,e,o=0; cin>>n; for(int i=0;i >m[…
在文章《题解:P2911 [USACO08OCT] Bovine Bones G》发表评论:
"变"错了
```cpp #include #include using namespace std; int main() { int T, N, K; cin >> T; while (T--) { cin >> N >> K; string dna; cin >> dna; set mutations; // 使用lambd…
```cpp #include using namespace std; int main() { int n,m,b,c,d,e,t,x=0,y=0,z[1000],s; cin>>n>>m; int a[n+1][m+1]={0}; for(int i=1;i >a[i][j]; cin>>t; while(t!=…
求帮助 ```cpp #include using namespace std; int main() { int n,m,b,c,d,e,t,x=0,y=0,z[1000],s; cin>>n>>m; int a[n+1][m+1]={0}; for(int i=1;i >a[i][j]; cin>>t; while…
在讨论《求大佬出手》回复:
测试点信息 1. 3ms/556.00KBAC#1Accepted, 得分 20.ok accepted 1. 3ms/564.00KBAC#2Accepted, 得分 20.ok accepted 1. 4ms/564.00KBAC#3Accepted, 得分 20.ok accepted 1. 3ms/568.00…
在讨论《求大佬出手》回复:
过了
```cpp include using namespace std; int main(){ int a, b, c; cin >> a >> b >> c; if((a = 60 && c >= 60)||(a >= 60 && b = 60)||( a >= 60 && b >= 60 && c < 60)){…