| Problem | xmas |
|---|---|
| User | Sunnyskyline |
| Submission Time | 2026-06-23 15:48:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
xmas.cpp: In function ‘int main()’:
xmas.cpp:9:17: error: expected ‘;’ before ‘ans’
9 | cin >> A
| ^
| ;
10 | ans[A] = i;
| ~~~