| Problem | combo |
|---|---|
| User | chickengoat |
| Submission Time | 2026-07-18 10:32:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
combo.cpp: In function ‘std::string guess_sequence(int)’:
combo.cpp:14:2: error: expected ‘,’ or ‘;’ before ‘if’
14 | if(press(i)==1) {
| ^~
combo.cpp:25:2: error: ‘else’ without a previous ‘if’
25 | else if(press(g)==1) {
| ^~~~