Problem | fsylll |
---|---|
User | havinaaaaash |
Submission Time | 2024-08-03 18:28:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fsylll.cpp: In function ‘int main()’:
fsylll.cpp:5:5: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
5 | cin >> n;
| ^~~
| std::cin
In file included from fsylll.cpp:2:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
fsylll.cpp:7:9: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
7 | cout << 1;
| ^~~~
| std::cout
In file included from fsylll.cpp:2:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~
fsylll.cpp:9:9: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
9 | cout << 2;
| ^~~~
| std::cout
In file included from fsyl