Problem fuji
User HighLithop
Submission Time 2025-11-15 16:15:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fuji.cpp: In function ‘int main()’:
fuji.cpp:10:2: error: ‘vector’ was not declared in this scope
10 | vector<ll> tbl(LIMIT+1);
| ^~~~~~
fuji.cpp:2:1: note: ‘std::vector’ is defined in header ‘<vector>’; did you forget to ‘#include <vector>’?
1 | #include <iostream>
+++ |+#include <vector>
2 | using namespace std;
fuji.cpp:10:11: error: expected primary-expression before ‘>’ token
10 | vector<ll> tbl(LIMIT+1);
| ^
fuji.cpp:10:13: error: ‘tbl’ was not declared in this scope
10 | vector<ll> tbl(LIMIT+1);
| ^~~