Problem impossiblegame
User sporknives
Submission Time 2025-01-01 11:56:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

impossiblegame.cpp:7:26: error: missing terminating " character
7 | if (T==2) ans.push_back("The Nightmare;
| ^~~~~~~~~~~~~~~
impossiblegame.cpp: In function ‘std::vector<std::__cxx11::basic_string<char> > solve(int)’:
impossiblegame.cpp:8:2: error: expected primary-expression before ‘if’
8 | if (T==3) return ans;
| ^~