| Problem | impossiblegame |
|---|---|
| User | YSH2020 |
| Submission Time | 2025-01-01 11:28:35 |
| 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:10:57: error: expected ‘;’ before ‘else’
10 | else if (T == 4) ans.push_back("Conical Depression")
| ^
| ;
11 | else if (T == 5) ans.push_back("Devil Vortex");
| ~~~~