Problem | guanine |
---|---|
User | Kenniene |
Submission Time | 2024-04-10 17:42:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guanine.cpp:19:34: error: stray ‘#’ in program
19 | if (a[i] == "ADD_FRONT"){#include <bits/stdc++.h>
| ^
guanine.cpp: In function ‘int main()’:
guanine.cpp:19:35: error: ‘include’ was not declared in this scope
19 | if (a[i] == "ADD_FRONT"){#include <bits/stdc++.h>
| ^~~~~~~
guanine.cpp:19:44: error: ‘bits’ was not declared in this scope
19 | if (a[i] == "ADD_FRONT"){#include <bits/stdc++.h>
| ^~~~
guanine.cpp:19:49: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
19 | if (a[i] == "ADD_FRONT"){#include <bits/stdc++.h>
| ^~~~
| std
guanine.cpp:20:1: error: expected primary-expression before ‘using’
20 | using namespace std