Problem | bunnyscore |
---|---|
User | ThePwo |
Submission Time | 2025-02-13 15:07:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bunnyscore.cpp: In function ‘void init(int, int, int, int)’:
bunnyscore.cpp:10:23: error: incompatible types in assignment of ‘int’ to ‘int [18]’
10 | up[st.back()] = N + 1;
| ^
bunnyscore.cpp:12:20: error: incompatible types in assignment of ‘int’ to ‘int [18]’
12 | up[st.back()] = i;
| ^