Problem | flappyrabbit |
---|---|
User | Fr5ctal |
Submission Time | 2025-06-29 11:27:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flappyrabbit.cpp:1:2: error: invalid preprocessing directive #inlcude; did you mean #include?
1 | #inlcude <bits/stdc++.h>
| ^~~~~~~
| include
flappyrabbit.cpp:2:2: error: invalid preprocessing directive #inlcude; did you mean #include?
2 | #inlcude "flappyrabbit.h"
| ^~~~~~~
| include
flappyrabbit.cpp:6:1: error: ‘vector’ does not name a type
6 | vector<int> a;
| ^~~~~~
flappyrabbit.cpp:7:1: error: ‘vector’ does not name a type
7 | vector<int> b;
| ^~~~~~
flappyrabbit.cpp:9:11: error: variable or field ‘init’ declared void
9 | void init(vector<int> A, vector<int> B){
| ^~~~~~
flappyrabbit.cpp:9:11: error: ‘vector’ was not declared in this scope
flappyrabbit.cpp:1:1: note: ‘std::vector’ is defined in header ‘<vector>’; did you forget to ‘#include <vector>’?
+++ |+#include <vector>
1 | #inlcude <b