| Problem | fatty |
|---|---|
| User | Magenta |
| Submission Time | 2026-06-24 11:14:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fatty.cpp: In function ‘int main()’:
fatty.cpp:13:22: error: ‘Q’ was not declared in this scope
13 | for (int i = 0; i < Q; i++)
| ^
fatty.cpp:15:13: error: invalid types ‘long long int[long long int]’ for array subscript
15 | cin>>X[i];
| ^
fatty.cpp:16:15: error: invalid types ‘long long int[long long int]’ for array subscript
16 | cout << C[X[i]-1] <<" ";
| ^