| Problem | smurf |
|---|---|
| User | xd490 |
| Submission Time | 2026-04-25 14:27:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
smurf.cpp:5:2: error: specializing member ‘std::basic_ios<char>::sync_with_stdio’ requires ‘template<>’ syntax
5 | std::ios::sync_with_stdio(false);
| ^~~
smurf.cpp:6:10: error: ‘cin’ in namespace ‘std’ does not name a type
6 | std::cin.tie(nullptr);
| ^~~
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from smurf.cpp:3:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~