Problem bigredarrow
User YSH2020
Submission Time 2025-10-15 22:07:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bigredarrow.cpp: In function ‘int main()’:
bigredarrow.cpp:12:16: error: invalid types ‘int[int]’ for array subscript
12 | cout << a[pos] << '\n';
| ^