| Problem | impossiblegame |
|---|---|
| User | sporknives |
| Submission Time | 2025-01-01 11:28:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
impossiblegame.cpp:27:2: error: expected unqualified-id before ‘if’
27 | if (T==17) return ans;
| ^~
impossiblegame.cpp:28:2: error: expected unqualified-id before ‘if’
28 | if (T==18) ans.push_back("Jawbreaker");
| ^~
impossiblegame.cpp:29:2: error: expected unqualified-id before ‘if’
29 | if (T==19) return ans;
| ^~
impossiblegame.cpp:30:2: error: expected unqualified-id before ‘if’
30 | if (T==20) return ans;
| ^~
impossiblegame.cpp:31:2: error: expected unqualified-id before ‘if’
31 | if (T==21) return ans;
| ^~
impossiblegame.cpp:32:2: error: expected unqualified-id before ‘if’
32 | if (T==22) return ans;
| ^~
impossiblegame.cpp:33:2: error: expected unqualified-id before ‘if’
33 | if (T==23) return ans;
| ^~
impossiblegame.cpp:34:2: error: expected unqualified-id before ‘if’
34 | if (T==24) return ans;
| ^~
impossiblegame.