Problem | impossiblegame |
---|---|
User | Elwinthenerd |
Submission Time | 2025-04-19 11:27:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
impossiblegame.cpp: In function ‘std::vector<std::__cxx11::basic_string<char> > solve(int)’:
impossiblegame.cpp:5:28: error: expected unqualified-id before ‘>’ token
5 | std::vector<std::string>> answers = {
| ^~
impossiblegame.cpp:38:23: error: ‘answers’ was not declared in this scope
38 | if (T >= 0 && T < answers.size()) {
| ^~~~~~~