Problem impossiblegame
User YSH2020
Submission Time 2025-01-01 11:38:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

impossiblegame.cpp: In function ‘std::vector<std::__cxx11::basic_string<char> > solve(int)’:
impossiblegame.cpp:25:24: error: ‘class std::vector<std::__cxx11::basic_string<char> >’ has no member named ‘push_bacK’; did you mean ‘push_back’?
25 | else if (T == 12) ans.push_bacK("Slaughterhouse");
| ^~~~~~~~~
| push_back