| Problem | peepeepoopoo |
|---|---|
| User | machvadoblawek |
| Submission Time | 2026-03-06 17:28:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
peepeepoopoo.cpp: In function ‘int main()’:
peepeepoopoo.cpp:5:2: error: ‘ios’ has not been declared
5 | ios::sync_with_stdio(0);
| ^~~
peepeepoopoo.cpp:6:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
6 | cin.tie(0);
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from peepeepoopoo.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
peepeepoopoo.cpp:8:2: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
8 | cout << "peepeepoopoo" << "\n";
| ^~~~
| std::cout
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from peepeepoopoo.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 |