解题思路:
注意事项:
参考代码:
#include<iostream> #include<cstring> using namespace std; int main() { cout<<"---------------------------------------------------"<<endl; cout<<"COUNTRY AREA(10K km2) POP.(10K) GDP(Billion$)"<<endl; cout<<"---------------------------------------------------"<<endl; cout<<"China 960.00 129500.00 1080.00"<<endl; cout<<"Iceland 10.30 27.57 8.20"<<endl; cout<<"India 297.47 97000.00 264.80"<<endl; cout<<"Madagascar 62.70 1635.00 3.60"<<endl; cout<<"Maldive 0.0298 27.80 0.23"<<endl; cout<<"---------------------------------------------------"; return 0; }
0.0分
0 人评分
C语言程序设计教程(第三版)课后习题12.6 (C语言代码)浏览:816 |
剔除相关数 (C语言代码)浏览:1058 |
C语言训练-求s=a+aa+aaa+aaaa+aa...a的值 (C语言代码)浏览:1084 |
C语言训练-计算1~N之间所有奇数之和 (C语言代码)浏览:689 |
Hello, world! (C++代码)浏览:1778 |
大家好,我是验题君浏览:604 |
震宇大神的杀毒软件 (C语言代码)浏览:1162 |
永远的丰碑 (C语言代码)浏览:608 |
C语言程序设计教程(第三版)课后习题10.5 (C语言代码)浏览:985 |
1134题解(求分析)浏览:795 |