Problem gift
User paaaaaaaaaaaaaaaaaaa
Submission Time 2024-11-07 20:48:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:11:9: error: conflicting declaration ‘int t [0]’
11 | int t[0] = 0;
| ^
gift.cpp:8:9: note: previous declaration as ‘int t [n]’
8 | int t[n];
| ^