Problem | dna_ioi |
---|---|
User | PlayVoltz |
Submission Time | 2023-09-23 20:32:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dna_ioi.cpp: In function ‘long long int get_distance(long long int, long long int)’:
dna_ioi.cpp:13:2: error: ‘ios_base’ has not been declared
13 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
dna_ioi.cpp:14:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
14 | cin.tie(0);
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from dna_ioi.cpp:2:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
dna_ioi.cpp:15:2: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
15 | cout.tie(0);
| ^~~~
| std::cout
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from dna_ioi.cpp:2:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 |