Problem parallelogramisation2
User marcos
Submission Time 2025-06-17 11:08:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:12:5: error: ‘i’ was not declared in this scope
12 | A[i] = temps;
| ^
parallelogramisation2.cpp:16:31: error: ‘i’ was not declared in this scope
16 | for (int cnt = 0; cnt < N ; i++){
| ^
parallelogramisation2.cpp:21:16: error: expected ‘;’ before ‘}’ token
21 | ans = temp
| ^
| ;
22 | }
| ~
parallelogramisation2.cpp:32:10: error: expected ‘;’ before ‘}’ token
32 | return 0
| ^
| ;
33 | }
| ~