| Problem | pilot |
|---|---|
| User | dooweidde |
| Submission Time | 2026-02-02 21:47:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pilot.cpp: In function ‘long long int fast_input()’:
pilot.cpp:7:2: error: ‘ll’ was not declared in this scope
7 | ll num = 0;
| ^~
pilot.cpp:17:3: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
17 | num = num * 10 + (c - '0');
| ^~~
| enum
pilot.cpp:21:9: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
21 | return num * sign;
| ^~~
| enum