题目内容
写出程序运行结果#include void main(){ int r;double C, s;r=5;C=2*3.14*r;s=3.14*r*r;print("半径为%d的圆,周长是%.2f, 面积是%.2f\n", r, C, s);}
查看答案
搜索结果不匹配?点我反馈