我能否在C++ 1y(C++ 14)中为main函数执行以下操作:
auto main() { // ... }
int即使我们不需要使用显式,返回类型也会自动生成return 0;吗?
int
return 0;
c++ c++14
c++ ×1
c++14 ×1