c++数字,数组,字符串

1,数字 实例html #include <iostream> using namespace std; int main () { // 数字定义 short s; int i; long l; float f;    //32位 double d;    //64位 // 数字赋值 s = 10; i = 1000; l = 1000000; f = 230.47; d = 30949.374
相关文章
相关标签/搜索