| Problem | bestplace |
|---|---|
| User | Jaryl |
| Submission Time | 2025-06-21 20:18:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:14:9: error: ‘class std::vector<int>’ has no member named ‘start’
14 | sort(x.start(), x.end(), greater()<int>)
| ^~~~~
bestplace.cpp:14:37: error: expected primary-expression before ‘int’
14 | sort(x.start(), x.end(), greater()<int>)
| ^~~
bestplace.cpp:20:10: error: ‘MedianX’ was not declared in this scope; did you mean ‘MedianY’?
20 | cout << MedianX << MedianY;
| ^~~~~~~
| MedianY