Problem parallelogramisation2
User pseudocoder101
Submission Time 2025-06-17 10:02:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:19:49: error: expected ‘;’ before ‘}’ token
19 | maxa=(a[i] * b[j] - b[i] * a[j])
| ^
| ;
20 | }
| ~
parallelogramisation2.cpp:26:1: error: expected ‘}’ at end of input
26 | }
| ^
parallelogramisation2.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^