Problem xmas
User Sunnyskyline
Submission Time 2026-06-23 15:48:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:9:17: error: expected ‘;’ before ‘ans’
9 | cin >> A
| ^
| ;
10 | ans[A] = i;
| ~~~