Problem wabot
User justin271828
Submission Time 2024-05-28 14:54:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wabot.cpp: In function ‘int main()’:
wabot.cpp:43:19: error: ‘class std::priority_queue<long long int, std::vector<long long int>, std::greater<long long int> >’ has no member named ‘front’
43 | q.push(arr[i].front());
| ^~~~~