| Problem | photo |
|---|---|
| User | Memeathon |
| Submission Time | 2025-02-07 13:47:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
photo.cpp: In function ‘int main()’:
photo.cpp:17:26: error: expected ‘;’ before ‘mx’
17 | pq.push({arr[i][0], i})
| ^
| ;
18 | mx=max(mx,arr[i][0])
| ~~
photo.cpp:28:19: error: expected ‘;’ before ‘}’ token
28 | pq.push({nv, i})
| ^
| ;
29 | }
| ~
In file included from /usr/include/c++/9/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from photo.cpp:1:
/usr/include/c++/9/bits/stl_algo.h: In instantiation of ‘void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = long long int (*)[1005]; _Compare = __gnu_cxx::__ops::_Iter_less_iter]’:
/usr/include/c++/9/bits/stl_algo.h:1890:25: required from ‘void std::__final_insertion_sort(_RandomAccessI