Problem | combo |
---|---|
User | RandomPerson |
Submission Time | 2023-11-16 14:13:04 |
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:40:2: error: expected ‘;’ before ‘if’
40 | 8
| ^
| ;
41 | // Last letter
42 | if (N > 1) {
| ~~