Problem robots
User nguyendinhanh1508
Submission Time 2026-04-22 21:11:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

robots.cpp: In function ‘unsigned int putaway(long long int, long long int, long long int, long long int*, long long int*, long long int*, long long int*)’:
robots.cpp:10:45: error: expected ‘;’ before ‘}’ token
10 | robots.push_back(make_pair(0, x[i]))
| ^
| ;
11 | }
| ~
robots.cpp:47:39: error: no matching function for call to ‘min(long long int&, std::set<long long int>::size_type)’
47 | ans = min(ans, time.size());
| ^
In file included from /usr/include/c++/9/bits/specfun.h:45,
from /usr/include/c++/9/cmath:1927,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from robots.cpp:2:
/usr/include/c++/9/bits/stl_algobase.h:198:5: note: candidate: ‘template&