华师一附中OI组

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 1606|回复: 0
打印 上一主题 下一主题

圆和正方形

[复制链接]

3

主题

7

帖子

46

积分

新手上路

Rank: 1

积分
46
跳转到指定楼层
楼主
发表于 2021-8-14 11:06:39 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
#include<iostream>
using namespace std;
int a,s;
float r,c;
int main()
{
        r=10/2/3.14;
        a=10/4;
        s=a*a;
        c=3.14*r*r;
        if(a>c)
        cout<<"正大";
        else
        cout<<"圆大";
        return 0;
}
#include<iostream>
#include<math.h>
using namespace std;
float s,r,a,z,c;
int  m;
int main()
{
        int s=10;
        r=pow(s/3.14,2);
        c=3.14*2*r;
        int m=10;
        z=4*pow(m,2);
        if(c>z)
        cout<<"圆大";
        else
        cout<<"正大";
        return 0;
}


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|服务支持:DZ动力|华师一附中OI组  

GMT+8, 2024-11-5 13:40 , Processed in 0.209501 second(s), 24 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表