Problem parallelogramisation2
User AliLam
Submission Time 2025-06-17 11:05:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:28:3: error: expected ‘}’ before ‘else’
28 | else {
| ^~~~
parallelogramisation2.cpp:26:14: note: to match this ‘{’
26 | if (ans>0) {
| ^
parallelogramisation2.cpp:30:1: error: expected ‘}’ at end of input
30 | }
| ^
parallelogramisation2.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^