Problem xmas
User DuckyKayden
Submission Time 2026-01-28 15:45:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int32_t main()’:
xmas.cpp:11:37: error: ‘present’ was not declared in this scope; did you mean ‘presents’?
11 | for(int i = 1; i <= n; i++) cin >> present[i];
| ^~~~~~~
| presents