Problem | lazy_robot |
---|---|
User | Lotr1 |
Submission Time | 2025-08-20 17:19:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lazy_robot.cpp: In function ‘int main()’:
lazy_robot.cpp:4:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
4 | cin.tie(0); //reduces input runtime
| ^~~
| std::cin
In file included from lazy_robot.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
lazy_robot.cpp:5:5: error: ‘ios_base’ has not been declared
5 | ios_base::sync_with_stdio(false);
| ^~~~~~~~