这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int main() { int h,w,x,ans=0; cin>>h>>w>>x; for(int i=1;i<=h;i++) { for(int j=1;j<=w;j++) { if(i*i+j*j<=(x+i-j)*(x+i-j)); {…
```cpp //P2089 #include using namespace std; int main() { int n,x=0; cin>>n; for(int a=1;a<=3;a++) { for(int b=1;b<=3;b++) { for(int c=1;c<=3;c++) { for(int d=1…
在讨论《40分求调》回复:
@[Vector_123](luogu://user/1795734)已关注
在讨论《40分求调》回复:
@[Vector_123](luogu://user/1795734)过了,谢谢
在讨论《40分求调》回复:
@[Vector_123](luogu://user/1795734)好的我试试
在讨论《40分求调》回复:
必关!!!!
```cpp //P5708 #include using namespace std; int main() { int a,b,c; double s; scanf("%d %d %d",&a,&b,&c); double p=0.5*(a+b+c); s=sqrt(p*(p-a)*(p-b)*(p-c)); pr…
在讨论《B3957》回复:
谢谢各位的帮助(虽然没帮上)
在讨论《B3957》回复:
AC了AC了,和@[luxuanyu](luogu://user/1636968)一起研究出来的