注意:此页面搜索的是所有试题
题目内容
(许昌学院面向对象程序设计)
[分析题,4分] #include<iostream.h> #define PI 3.14159 const int R=10 void main() { double p,s; p=2*R*PI; s=PI*R*R; cout<<”p=”<<p<<endl; cout<<”s=”<<s<<endl; }
参考答案