Problem | fibo |
---|---|
User | newperson |
Submission Time | 2024-05-15 09:52:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp:4:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
4 | cin.tie(nullptr);
| ^~~
| sin
fibo.cpp:5:1: error: ‘cout’ does not name a type
5 | cout.tie(nullptr);
| ^~~~
fibo.cpp:6:1: error: specializing member ‘std::basic_ios<char>::sync_with_stdio’ requires ‘template<>’ syntax
6 | ios::sync_with_stdio(false);
| ^~~