外观
约 62 字小于 1 分钟
2025-06-07
int a = (15); int b(20);
int a = {15}; int b{20};
注意:Linux 系统中需要加上 flag:-std=c++11
-std=c++11