Problem eatingparallelograms
User iSHOULDVEbeenINnyjcAAAAAA
Submission Time 2025-06-20 13:42:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:15:10: error: ‘arr1’ was not declared in this scope; did you mean ‘arr’?
15 | cin >> arr1[i];
| ^~~~
| arr
eatingparallelograms.cpp:18:14: error: expected ‘;’ before ‘return’
18 | cout << temp
| ^
| ;
19 | return 0;
| ~~~~~~