Problem xmas
User PerihelionfromAphelion
Submission Time 2026-04-11 21:47:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:9:16: error: ‘a’ was not declared in this scope
9 | cin >> a[i];
| ^
xmas.cpp:12:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
12 | ans[a[i]] = i;
| ^~~
| abs
xmas.cpp:12:13: error: ‘a’ was not declared in this scope
12 | ans[a[i]] = i;
| ^
xmas.cpp:15:17: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
15 | cout << ans[i] << endl;
| ^~~
| abs