Problem | parallelogramisation |
---|---|
User | xragon |
Submission Time | 2024-12-11 16:28:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:17:11: error: expected ‘;’ before ‘}’ token
17 | count++
| ^
| ;
18 | }
| ~