Problem flamethrower
User o0oNotGXYo0o
Submission Time 2023-07-14 09:11:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:11:7: error: expected ‘;’ before ‘cin’
11 | e = 0
| ^
| ;
12 | cin >> a >> b;
| ~~~
flamethrower.cpp:16:6: error: ‘g1’ was not declared in this scope; did you mean ‘y1’?
16 | g1.push_back(c);
| ^~
| y1
flamethrower.cpp:20:15: error: missing template arguments before ‘[’ token
20 | e += vector[a];
| ^