← 返回提交记录
编译错误P3004. 跳房子II
提交者:用户-674ab8语言:C++代码长度 9562026-06-04 19:52
评测结果:main.cpp: In function 'int main()':
main.cpp:18:34: error: expected ';' before '}' token
18 | nums.push_back(stoi(tmp))
| ^
| ;
19 | }
| ~
compilation terminated due to -fmax-errors=1.