| Problem | ippt |
|---|---|
| User | rasquait |
| Submission Time | 2025-12-01 10:21:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ippt.cpp:2:17: error: ‘standard’ is not a namespace-name
2 | using namespace standard;
| ^~~~~~~~
ippt.cpp: In function ‘int main()’:
ippt.cpp:5:2: error: ‘ios’ has not been declared
5 | ios::sync_with_iostd(0);
| ^~~
ippt.cpp:6:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
6 | cin.link(0);
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from ippt.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
ippt.cpp:14:2: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
14 | cout << i;
| ^~~~
| std::cout
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from ippt.cpp:1:
/usr/include/c++/9/i