当前位置: > 计算圆的面积和周长...
题目
计算圆的面积和周长
帮忙看看这个程序有什么错误.
#include
#include
#define r 3
int main()
{
float s,c;
s=3.14*r*r;
c=2*3.14*r;
printf("area=%f\n",s);
printf("circum=%f\n",c);
getch();
return 0;
}
把r改成R 3改成3.0后 在 tc 2.0上运行
出现undefined symbol 'r' in function main

提问时间:2020-10-31

答案
么有错.不过建议把3改为3.0.因为s和c是float型.当然不改也没什么问题.
------------------
汗~~你把r改成R后.当然要把后面所有r改成R.
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
版权所有 CopyRight © 2012-2019 超级试练试题库 All Rights Reserved.