Problem | spellofweakness |
---|---|
User | IWKR |
Submission Time | 2023-01-16 09:37:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
spellofweakness.cpp: In function ‘bool Ok(long long int)’:
spellofweakness.cpp:20:16: error: a function-definition is not allowed here before ‘{’ token
20 | int32_t main() {
| ^
spellofweakness.cpp:40:1: error: expected ‘}’ at end of input
40 | }
| ^
spellofweakness.cpp:10:17: note: to match this ‘{’
10 | bool Ok(int hi) {
| ^