Problem | parallelogramisation2 |
---|---|
User | om2024 |
Submission Time | 2025-07-03 16:27:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:17:27: error: expected ‘;’ before ‘}’ token
17 | if (n==0) cout << '-1'
| ^
| ;
18 | }
| ~