| Problem | justright |
|---|---|
| User | Yichen |
| Submission Time | 2026-01-13 14:34:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
justright.cpp: In function ‘int main()’:
justright.cpp:16:12: error: ‘ll’ was not declared in this scope
16 | vector<ll> v[n];
| ^~
justright.cpp:16:14: error: template argument 1 is invalid
16 | vector<ll> v[n];
| ^
justright.cpp:16:14: error: template argument 2 is invalid
justright.cpp:20:14: error: template argument 2 is invalid
20 | vector<ll> r;
| ^
justright.cpp:21:7: error: expected ‘;’ before ‘t’
21 | ll t;
| ^~
| ;
justright.cpp:23:9: error: ‘t’ was not declared in this scope
23 | t = 0;
| ^
justright.cpp:26:15: error: request for member ‘push_back’ in ‘r’, which is of non-class type ‘int’
26 | r.push_back(t);
| ^~~~~~~~~
justright.cpp:29:12: error: request for member ‘begin’ in ‘r’, which is of non-class type ‘int’
29 | s