Problem | medianheap |
---|---|
User | SunnyXD |
Submission Time | 2023-06-05 21:23:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
medianheap.cpp: In function ‘int main()’:
medianheap.cpp:26:10: error: ‘it’ was not declared in this scope; did you mean ‘int’?
26 | for (it = s.begin(); it != s.end(); it++){
| ^~
| int