Problem parallelogramisation2
User dooweidde
Submission Time 2025-06-17 10:33:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:25:29: error: expected ‘;’ before ‘}’ token
25 | counter += 1
| ^
| ;
26 | }else{
| ~
parallelogramisation2.cpp:27:63: error: expected ‘;’ before ‘}’ token
27 | maxnum = max(maxnum,a[i] * b[j] - b[i] * a[j])
| ^
| ;
28 | }
| ~