Problem | shops |
---|---|
User | ATHY |
Submission Time | 2025-03-21 20:10:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shops.cpp: In function ‘int main()’:
shops.cpp:64:10: error: ‘hi’ was not declared in this scope
64 | ll lo=0;hi=1e9;ans=-1;
| ^~
shops.cpp:64:17: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
64 | ll lo=0;hi=1e9;ans=-1;
| ^~~
| abs
shops.cpp:71:9: error: no match for ‘operator=’ (operand types are ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} and ‘std::vector<char>’)
71 | ans2=ansv;
| ^~~~
In file included from /usr/include/c++/9/string:55,
from /usr/include/c++/9/bits/locale_classes.h:40,
from /usr/include/c++/9/bits/ios_base.h:41,
from /usr/include/c++/9/ios:42,
from /usr/include/c++/9/istream:38,
from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c+