自由加团(无要求):124309||互关
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《送给60分的人》回复:
38%的准确率,估计一大半的人都错这了吧
如果你的代码是: ``` #include using namespace std; int main() { int x,y,t,c; cin>>x>>y; c=y-x; if(c%2==0){ t=c/2; } if(c%2==1){ t=(c-1)/2+1; } cout<<t; return 0; } ```…
在讨论《@ronan2》回复:
不用调谢谢(别举报啊)
在讨论《@ronan2》回复:
只能专门发个讨论
在讨论《@ronan2》回复:
@[WAMLE](luogu://user/1517836)因为我没到橙名
```cpp #include using namespace std; int T, M, gt; int gcd(int a, int b) { if (b == 0) return a; else return gcd(b, a % b); } int main() { scanf("%d%d", &T, &M)…
在讨论《全RE,大佬求调,一定互关!!(没看到请私信)》回复:
@[jodio9](luogu://user/1498655)YES
在讨论《全RE,大佬求调,一定互关!!(没看到请私信)》回复:
@[jodio9](luogu://user/1498655)どういたしまして
在讨论《全RE,大佬求调,一定互关!!(没看到请私信)》回复:
@[jodio9](luogu://user/1498655)@[Build_Dreams](luogu://user/1656195)感谢,AC,已关。
RE代码 ```cpp #include using namespace std; const int maxn=11000; const int inf=0x3f3f3f3f; int n,m; struct node{ int v,w; node(){ } node(int _v,int _w){ v=_v; w=…
为什么!为什么举报我!我怎么了!**┭┮﹏┭┮** 别举报了... ```cpp #include using namespace std; int main() { long double a,b,c,s1,s2,s3; long double pi=3.1415926535; double n; cin>>a>>b…
```cpp #include using namespace std; int main() { long double a,b,c,s1,s2,s3; long double pi=3.1415926535; double n; cin>>a>>b>>c; s1=a*c; s2=(pi*c*c)/4; s3=b*(…