Problem parallelogramisation2
User ZhanLong
Submission Time 2025-06-17 10:50:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:7:12: error: expected ‘;’ before ‘}’ token
7 | cout << -1
| ^
| ;
8 | }
| ~