华师一附中OI组
标题:
圆大还是正方形大
[打印本页]
作者:
liuxingyu501
时间:
2021-8-12 21:22
标题:
圆大还是正方形大
#include <iostream>
using namespace std;
float r,c,a,sy,sz;
int main()
{
c=10;
r=c/3.14/2;
sy=3.14*r*r;
a=c/4;
sz=a*a;
if (sy>sz) cout<<"yuan";
else cout<<"zheng";
return 0;
}
欢迎光临 华师一附中OI组 (http://hsyit.cn/)
Powered by Discuz! X3.2