计算圆的面积和周长
帮忙看看这个程序有什么错误.
#include
#definer3
intmain()
{
floats,c;
s=3.14*r*r;
c=2*3.14*r;
printf("area=%fn",s);
printf("circum=%fn",c);
getch();
return0;
}
把r改成R3改成3.0后在tc2.0上运行
出现undefinedsymbol'r'infunctionmain