Problem | robotonring2 |
---|---|
User | Daniel0liong |
Submission Time | 2025-03-14 16:29:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
robotonring2.cpp: In function ‘long long int check(std::vector<long long int>, std::vector<long long int>, long long int)’:
robotonring2.cpp:13:9: error: ‘push_back’ was not declared in this scope
13 | a[l]=push_back(c-((a[l]-b[b.size()-1])%c));
| ^~~~~~~~~
robotonring2.cpp:15:9: error: ‘push_back’ was not declared in this scope
15 | a[l]=push_back((a[l]-b[b.size()-1])%c);
| ^~~~~~~~~
robotonring2.cpp:25:26: error: ‘e’ was not declared in this scope
25 | for(unsigned int i=0; i<e.size();i++){
| ^