这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
进入主站 权限多次比赛作弊
因学术不端而棕名惩罚 14 天
```cpp #include using namespace std; int n,sum,y; int main(){ for (int i=1;i =100) n-=100,sum+=100; } printf("%d",sum*1.2+n); return 0; } ```
```cpp #include using namespace std; int a[1000005],n,m; int value(int x){ int l=1,r=n,ans=-1; while (l x) r=mid-1; else l=mid+1; } return ans; } int main(){ io…
```cpp #include using namespace std; int a[1000005],n,m; int value(int x){ int l=1,r=n,ans=-1; while (l x) r=mid-1; else l=mid+1; } return ans; } int main(){ io…
在讨论《你告诉我没有输出???》回复:
如果嫌麻烦的话:http://47.106.21.158/submission-detail/79140
在讨论《你告诉我没有输出???》回复:
@[tasho11y](luogu://user/1385732) @[nbhs23a28](luogu://user/1271868) @[TH911](luogu://user/967959) @[nicky_mao](luogu://user/744818) @[liuyuhan1522](luogu://use…
在讨论《你告诉我没有输出???》回复:
### 查看步骤: 1.打开顶上的“评测”。 2.在右上角的“请输入作者”那里搜索“ZJ202611”(字母大写)。 3.点击 $Run ID$ 为 $79140$ 那一行的 $C++$ 选项。 4.打开你的眼睛去看吧~
在讨论《你告诉我没有输出???》回复:
不是洛谷上的(我倒很奇怪,为什么洛谷上AC,转到这个网站就喜提大红了) [首页链接](http://47.106.21.158/submission-detail/79140)
在讨论《你告诉我没有输出???》回复:
共9个测试点,全WA
在讨论《你告诉我没有输出???》回复:
@[tasho11y](luogu://user/1385732)@[nbhs23a28](luogu://user/1271868)@[TH911](luogu://user/967959)@[nicky_mao](luogu://user/744818)@[liuyuhan1522](luogu://user/14…
```cpp #include using namespace std; int main(){ int a, b; cin >> a >> b; if(a == 1){ cout 31622){ cout 29){ cout << -1; return 0; } long long fac = 1; for(int…
在讨论《【LGR-271-Div.3】洛谷基础赛 #31 & 中国新年跨年赛 赛时答疑帖》回复:
**新年快乐!!!**
在讨论《(五金四银六铜)2026 年米兰科尔蒂纳冬奥会专题讨论帖》回复:
中国队加油!!!~
在讨论《求调!!!》回复:
[评测记录](file:///C:/Users/74194/Pictures/Screenshots/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE%202026-01-10%20101901.png)
```cpp #include using namespace std; int main(){ double s,x,sum=7,cnt=7; cin>>s>>x; for (int i=2;;i++){ sum+=cnt*0.98,cnt*=0.98; if (sum>=s-x&&sum s+x){ cout<<'…
在讨论《60分求“掉”》回复:
@[Little_Cake_qwq](luogu://user/1529169) thank
```cpp #include using namespace std; bool sq(int x){ for (int i=1;i*i >n; int A[n]; for (int i=0;i >A[i]; } for (int i=0;i<n;i++){ for (int j=i+1;j<n;j++){ if (…
在讨论《0分求解!!!》回复:
@[wusheng_](luogu://user/1795848) 等于 **sum-=T[i];**
```cpp #include using namespace std; int main(){ int n,sum=0; string T; cin>>n>>T; for (int i=0;i ='a'&&T[i]<='z') sum+=(T[i]-96); else sum+=(T[i]-130); } cout<…
```cpp #include using namespace std; int main(){ int t; cin>>t; while (t--){ int n,maxn=0; cin>>n; int a[n]; for (int i=1;i >a[i]; maxn=max(a[i],maxn); } bool f…
在讨论《洛谷 10 月月赛 II & FAOI-R8 赛时答疑帖》回复:
@[wyp20130701_是一个蒟蒻](luogu://user/1242208) 你看一下:https://www.luogu.com.cn/discuss/1167940
在讨论《洛谷 10 月月赛 II & FAOI-R8 赛时答疑帖》回复:
@[wyp20130701_是一个蒟蒻](luogu://user/1242208) 666
在讨论《洛谷 10 月月赛 II & FAOI-R8 赛时答疑帖》回复:
@[wyp20130701_是一个蒟蒻](luogu://user/1242208) 你绿勾呢?
在讨论《「SFMOI」Round II 赛时答疑帖》回复:
啥也不会
在讨论《LGR-243 赛后总结帖》回复:
诡异(一点也不好玩)
在讨论《第九TLE了》回复:
@[wyp20130701_AC](luogu://user/1242208) 行了,原谅你。只是以后别乱嘲笑别人,毕竟有些人和我的性格一样的
```cpp #include using namespace std; int a,b; bool hw(int x){ int m=0,n=x; while (n){ m*=10; m+=(n%10); n/=10; } if (x==m) return 1; return 0; } bool ss(int x){…
## 本题解为C++题解 前言:前面看题目还以为要**long long**,实则用**int**就AC了。 ### 方法1:用max嵌套 ```cpp int a,b,c; cin>>a>>b>>c; cout >a>>b>>c; cout >a>>b>>c; if (a>b){ if (a>c) cout c) c…