Problem | parallelogramisation2 |
---|---|
User | LL |
Submission Time | 2025-06-17 09:51:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:17:27: error: expected ‘;’ before ‘return’
17 | cout << arr[x-1] - arr[0]
| ^
| ;
18 | return 0;
| ~~~~~~