Problem | shuttlerun |
---|---|
User | Sans12345 |
Submission Time | 2023-12-14 16:05:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shuttlerun.cpp:6:40: error: ‘ll’ has not been declared
6 | inline void work(int l, int r, int &t, ll &now) {
| ^~
shuttlerun.cpp:12:8: error: ‘ll’ does not name a type; did you mean ‘l’?
12 | inline ll solve(int o) {
| ^~
| l
shuttlerun.cpp: In function ‘int main()’:
shuttlerun.cpp:35:5: error: ‘rd’ was not declared in this scope; did you mean ‘r’?
35 | rd(n);
| ^~
| r
shuttlerun.cpp:37:15: error: ‘solve’ was not declared in this scope
37 | print(max(solve(0), solve(1)));
| ^~~~~
shuttlerun.cpp:37:11: error: ‘max’ was not declared in this scope
37 | print(max(solve(0), solve(1)));
| ^~~
shuttlerun.cpp:37:5: error: ‘print’ was not declared in this scope; did you mean ‘int’?
37 | print(max(solve(0), solve(1)));
| ^~~~~
| int