| Problem | impossiblegame |
|---|---|
| User | sporknives |
| Submission Time | 2025-01-02 21:18:33 |
| 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:37:41: error: expected ‘;’ before ‘ans’
37 | ans.push_back("Electroman Adventures")
| ^
| ;
38 | ans.push_back("Apocalyptic Trilogy")
| ~~~