Problem | guanine |
---|---|
User | JerryCodebreaker |
Submission Time | 2024-03-13 11:18:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guanine.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
guanine.cpp: In function ‘int main()’:
guanine.cpp:4:5: error: ‘string’ was not declared in this scope
4 | string q,s;
| ^~~~~~
guanine.cpp:5:5: error: ‘deque’ was not declared in this scope
5 | deque <string> v;
| ^~~~~
guanine.cpp:5:20: error: ‘v’ was not declared in this scope
5 | deque <string> v;
| ^
guanine.cpp:7:5: error: ‘cin’ was not declared in this scope
7 | cin>>a;
| ^~~
guanine.cpp:9:14: error: ‘s’ was not declared in this scope
9 | cin>>s;
| ^
guanine.cpp:11:18: error: ‘q’ was not declared in this scope
11 | cin>>q;
| ^
guanine.cpp:15:18: error: ‘q’ was not declared in this scope
15 | cin>>q;