| Problem | robots |
|---|---|
| User | nguyendinhanh1508 |
| Submission Time | 2026-04-22 21:10:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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:39: error: ‘x’ was not declared in this scope
10 | robots.push_back(make_pair(0, x[i]))
| ^
robots.cpp:13:39: error: ‘y’ was not declared in this scope
13 | robots.push_back(make_pair(1, y[i]));
| ^
robots.cpp:21:38: error: ‘w’ was not declared in this scope
21 | if ((type == 0 && val >= w[0]) || (type == 1 && val >= s[0])) {
| ^
robots.cpp:21:68: error: ‘s’ was not declared in this scope
21 | if ((type == 0 && val >= w[0]) || (type == 1 && val >= s[0])) {
| ^
robots.cpp:27:38: error: ‘w’ was not declared in this sco