Problem platonic16
User ilikeeggs
Submission Time 2026-01-20 09:01:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic16.cpp: In function ‘int32_t main()’:
platonic16.cpp:18:30: error: expected ‘)’ before ‘{’ token
18 | for(int i = 0; i < n; i++{
| ~ ^
| )
platonic16.cpp:22:30: error: expected ‘)’ before ‘;’ token
22 | sort(w.rbegin(), w.rend();
| ~ ^
| )
platonic16.cpp:25:21: error: ‘i’ was not declared in this scope
25 | ans.push_back(w[i].second);
| ^
platonic16.cpp:28:41: error: request for member ‘first’ in ‘ans.std::vector<long long int>::back()’, which is of non-class type ‘__gnu_cxx::__alloc_traits<std::allocator<long long int>, long long int>::value_type’ {aka ‘long long int’}
28 | if(w[i].first + k <= ans.back().first){
| ^~~~~