Problem mountainjourney
User zhaoyz
Submission Time 2026-06-24 09:32:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
mountainjourney.cpp: In function ‘int main()’:
mountainjourney.cpp:13:28: error: expected ‘;’ before ‘for’
13 | sort(a.begin(),a.end())
| ^
| ;
14 | for(auto itr: a) {
| ~~~
mountainjourney.cpp:22:28: error: ‘class std::vector<long long int>’ has no member named ‘greater’
22 | sort(b.begin(),b.end,b.greater())
| ^~~~~~~