Problem eatingparallelograms
User Nayaa2403
Submission Time 2025-06-20 16:10:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:8:11: error: expected unqualified-id before ‘>>’ token
8 | long long >> n, i, a;
| ^~
eatingparallelograms.cpp:9:8: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
9 | cin >> n;
| ^
| yn
eatingparallelograms.cpp:11:6: error: ‘i’ was not declared in this scope
11 | for (i=0; i<n; i++){
| ^
eatingparallelograms.cpp:14:6: error: ‘i’ was not declared in this scope
14 | for (i=0; i<n; i++){
| ^
eatingparallelograms.cpp:15:2: error: ‘a’ was not declared in this scope
15 | a=a+v[i];
| ^
eatingparallelograms.cpp:17:9: error: ‘a’ was not declared in this scope
17 | cout << a
| ^