#include"stdio.h"
#define PI 3
#define S(x) PI*x*x
main()
{
int area;
area=S(3+2);
printf("%d\n",area);
system("pause");
}
MadMarical
相关分类