Problem | cyberland_apio23 |
---|---|
User | Xiaoyang |
Submission Time | 2023-11-20 14:13:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cyberland_apio23.cpp: In function ‘double solve(int, int, int, int, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)’:
cyberland_apio23.cpp:9:12: error: ‘class std::vector<int>’ has no member named ‘second’
9 | #define se second
| ^~~~~~
cyberland_apio23.cpp:50:27: note: in expansion of macro ‘se’
50 | s.push(MP(0,MP(x.se,0)));
| ^~