Problem | magicboard |
---|---|
User | Hytoh |
Submission Time | 2023-08-21 17:43:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
magicboard.cpp: In function ‘int main()’:
magicboard.cpp:21:20: error: expected ‘;’ before ‘}’ token
21 | onecolumncount++
| ^
| ;
22 | }
| ~
magicboard.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
magicboard.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^