未知题型
编程题:从键盘上输入圆的半径,计算圆的周长和面积
【参考答案】
#include < stdio.h > #define PI 3.14 int main() { float r,c,......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
点击查看答案
