| Problem | guanine |
|---|---|
| User | yoshiokalili |
| Submission Time | 2026-02-06 08:47:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guanine.cpp: In function ‘int main()’:
guanine.cpp:4:2: error: ‘ios’ has not been declared
4 | ios::sync_with_stdio(false);
| ^~~
guanine.cpp:5:5: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
5 | cin.tie(nullptr);
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from guanine.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
guanine.cpp:9:5: error: ‘deque’ was not declared in this scope
9 | deque<char> dna;
| ^~~~~
guanine.cpp:9:5: note: suggested alternatives:
In file included from /usr/include/c++/9/deque:67,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:68,
from guanine.cpp:1:
/usr/include/c++/9/bits/stl_deque.h:849:11: note: