Problem | guanine |
---|---|
User | ETkilobyte |
Submission Time | 2024-07-17 08:32:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guanine.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include bits/stdc++.h>
| ^~~~
guanine.cpp: In function ‘int main()’:
guanine.cpp:7:12: error: incomplete type ‘std::ios_base’ used in nested name specifier
7 | ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
| ^~~~~~~~~~~~~~~
guanine.cpp:7:31: error: ‘cin’ was not declared in this scope
7 | ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
| ^~~
guanine.cpp:4:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
3 | #include <string>
+++ |+#include <iostream>
4 | using namespace std;
guanine.cpp:7:42: error: ‘cout’ was not declared in this scope
7 | ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
| ^~~~
guanine.cpp:7:42: note: ‘std::cout