评测信息
运行ID: 65586
src.cpp:5:16: error: top-level declaration of 'main' specifies 'auto'
auto main() -> int
^
src.cpp:5:16: error: trailing return type only available with -std=c 11 or -std=gnu 11
auto main() -> int
^
src.cpp:5:16: error: trailing return type only available with -std=c 11 or -std=gnu 11