Problem | candymountain_ex |
---|---|
User | tuongphat2505 |
Submission Time | 2025-07-03 23:02:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
candymountain_ex.cpp:92:6: error: redefinition of ‘void init()’
92 | void init() {freopen(".INP","r",stdin); freopen(".OUT","w",stdout);}
| ^~~~
candymountain_ex.cpp:15:6: note: ‘void init()’ previously defined here
15 | void init() {freopen(".INP","r",stdin); freopen(".OUT","w",stdout);}
| ^~~~
candymountain_ex.cpp:93:4: error: redefinition of ‘long long int xc [5]’
93 | ll xc[5] = {-1, 1, 0, 0}, yc[5] = {0, 0, 1, -1};
| ^~
candymountain_ex.cpp:16:4: note: ‘long long int xc [5]’ previously defined here
16 | ll xc[5] = {-1, 1, 0, 0}, yc[5] = {0, 0, 1, -1};
| ^~
candymountain_ex.cpp:93:27: error: redefinition of ‘long long int yc [5]’
93 | ll xc[5] = {-1, 1, 0, 0}, yc[5] = {0, 0, 1, -1};
| ^~
candymountain_ex.cpp:16:27: note: ‘long long int yc [5]’ previously defined here
16 | ll xc[5] = {-1, 1, 0, 0}, yc[5] = {0, 0, 1, -1};
|