Problem | wabot |
---|---|
User | Pan |
Submission Time | 2024-07-25 20:43:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wabot.cpp: In function ‘int main()’:
wabot.cpp:43:16: error: expected initializer before ‘.’ token
43 | vector<ll> now. newnow;
| ^
wabot.cpp:47:20: error: ‘now’ was not declared in this scope; did you mean ‘pow’?
47 | while (idx < n || now.size())
| ^~~
| pow
wabot.cpp:49:3: error: ‘newnow’ was not declared in this scope
49 | newnow.clear();
| ^~~~~~