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

Compile Error

parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:12:9: error: ‘A1’ was not declared in this scope; did you mean ‘y1’?
12 | cin >> A1 >> A2 >> B1 >> B2;
| ^~
| y1
parallelogramisation2.cpp:12:15: error: ‘A2’ was not declared in this scope
12 | cin >> A1 >> A2 >> B1 >> B2;
| ^~
parallelogramisation2.cpp:12:21: error: ‘B1’ was not declared in this scope; did you mean ‘y1’?
12 | cin >> A1 >> A2 >> B1 >> B2;
| ^~
| y1
parallelogramisation2.cpp:12:27: error: ‘B2’ was not declared in this scope
12 | cin >> A1 >> A2 >> B1 >> B2;
| ^~
parallelogramisation2.cpp:28:3: error: expected ‘}’ before ‘else’
28 | else {
| ^~~~
parallelogramisation2.cpp:26:14: note: to