Problem | guanine |
---|---|
User | dev1634 |
Submission Time | 2023-02-28 11:58:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guanine.cpp: In function ‘int main()’:
guanine.cpp:9:1: error: expected initializer before ‘cin’
9 | cin >> instruction;
| ^~~
guanine.cpp:16:8: error: ‘banana’ was not declared in this scope
16 | cin >> banana;
| ^~~~~~
guanine.cpp:29:3: error: expected ‘}’ before ‘else’
29 | } else {
| ^~~~
guanine.cpp:26:27: note: to match this ‘{’
26 | if (word == "SNIP_FRONT") {
| ^
guanine.cpp:30:14: error: ‘dp’ was not declared in this scope; did you mean ‘dq’?
30 | for (int b = dp.size() - 1; b > cut; b --) {
| ^~
| dq