这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
``` #include #include using namespace std; int main(){ int v,v0,d,ans=-1,res=0; cin >> v >> v0; for(int i=1;v>v0*i; i++){ d = sqrt(v/i-v0)*i; if(d == ans){ cout…
在讨论《chen60分,不知道为什么输出的两位小数为零》回复:
@rzh123感谢大佬
``` #include #include #include using namespace std; int n,m,a[21],t[101],all=0,maxn; double maxnt; int main(){ cin >> n >> m; for(int i=1;i >a[i]; sort(a+1,a+1+…
在讨论《chen不知道为什么是10分》回复:
@[cff_0102](/user/542457) 谢谢
在讨论《chen不知道为什么是10分》回复:
@[Felixesintot](/user/289608) 谢谢
样例AC 附上第一组WA数据 in 4 1 12 3 3 2 3 3 2 4 4 3 1 0 2 1 out 1 0 ``` #include #include using namespace std; int a[201],b[201]; int ans1=0,ans2=0; int a1[201],b1[201];…
在讨论《求助为什么只AC两个点》回复:
好的好的,谢谢@[WenZKbb](/user/522828) @[绿豆沙](/user/182938)
```cpp #include #include using namespace std; struct tt{ int xh; string num; }t[100]; bool cmp(tt x,tt y){ if(x.num.size() >n; for(int i=1;i >t[i].num; } sort(t…
在讨论《为什么我还是”等待CCF管理员审核“》回复:
不知道诶