Problem | game_ioi13 |
---|---|
User | Pan |
Submission Time | 2024-08-13 01:08:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
game_ioi13.cpp: In constructor ‘node2d::node2d(int, int)’:
game_ioi13.cpp:96:27: error: invalid conversion from ‘node2d*’ to ‘int’ [-fpermissive]
96 | val = new node(0, r-1);
| ~^~
| |
| node2d*
game_ioi13.cpp:47:19: note: initializing argument 2 of ‘node::node(int, int)’
47 | node (int S, int E)
| ~~~~^