Problem | parallelogramisation2 |
---|---|
User | LL |
Submission Time | 2025-06-17 09:35:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:9:12: error: expected ‘;’ before ‘return’
9 | cout << -1
| ^
| ;
10 | return 0;
| ~~~~~~