Problem | boardvision |
---|---|
User | InfinityIntegral |
Submission Time | 2023-11-21 19:33:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boardvision.cpp: In function ‘int main()’:
boardvision.cpp:27:2: error: ‘ios_base’ has not been declared
27 | ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0);
| ^~~~~~~~
boardvision.cpp:27:36: error: ‘cin’ was not declared in this scope
27 | ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0);
| ^~~
boardvision.cpp:3:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
2 | #include <cstdio>
+++ |+#include <iostream>
3 | using namespace std;
boardvision.cpp:27:48: error: ‘cout’ was not declared in this scope
27 | ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0);
| ^~~~
boardvision.cpp:27:48: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?