Problem wabot
User wrizz69
Submission Time 2025-01-11 15:39:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wabot.cpp:25:2: error: invalid preprocessing directive #deifne; did you mean #define?
25 | #deifne mp make_pair
| ^~~~~~
| define
wabot.cpp: In function ‘int main()’:
wabot.cpp:40:15: error: ‘mp’ was not declared in this scope; did you mean ‘emp’?
40 | pq.pu(mp(a,b));
| ^~
| emp
wabot.cpp:48:12: error: ‘class std::priority_queue<std::pair<long long int, long long int>, std::vector<std::pair<long long int, long long int> >, std::greater<std::pair<long long int, long long int> > >’ has no member named ‘p’
48 | pq.p({c.fi+1, c.se + d.se});
| ^