| Problem | easyquestion |
|---|---|
| User | popperoni |
| Submission Time | 2026-02-11 23:28:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
easyquestion.cpp:7:7: error: ‘ll’ does not name a type
7 | const ll INFLL = (1LL << 60);
| ^~
easyquestion.cpp:150:12: error: ‘ll’ was not declared in this scope
150 | vector<ll> t;
| ^~
easyquestion.cpp:150:14: error: template argument 1 is invalid
150 | vector<ll> t;
| ^
easyquestion.cpp:150:14: error: template argument 2 is invalid
easyquestion.cpp:152:28: error: ‘ll’ was not declared in this scope
152 | void init(const vector<ll>& a) {
| ^~
easyquestion.cpp:152:30: error: template argument 1 is invalid
152 | void init(const vector<ll>& a) {
| ^
easyquestion.cpp:152:30: error: template argument 2 is invalid
easyquestion.cpp:166:24: error: ‘ll’ has not been declared
166 | void update(int i, ll val) {
| ^~
easyquestion.c