| Problem | magicboard |
|---|---|
| User | R1 |
| Submission Time | 2023-08-21 16:58:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
magicboard.cpp: In function ‘int main()’:
magicboard.cpp:19:11: error: expected ‘;’ before ‘}’ token
19 | ans += i
| ^
| ;
20 | }
| ~