Problem xmas
User zien
Submission Time 2026-06-23 16:47:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:9:23: error: expected unqualified-id before ‘;’ token
9 | vector <int> ans(n+1),;
| ^
xmas.cpp:12:12: error: ‘a’ was not declared in this scope
12 | cin >> a;
| ^
xmas.cpp:17:13: error: ‘i’ was not declared in this scope
17 | cout << ans[i]<<endl ; //number of presents i person receive }
| ^