| Problem | nicenumber |
|---|---|
| User | Craftless |
| Submission Time | 2023-01-24 17:32:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nicenumber.cpp:14:7: error: ‘magic’ does not name a type
14 | const magic = (420 + 69) / 2;
| ^~~~~
nicenumber.cpp: In function ‘int32_t main()’:
nicenumber.cpp:24:18: error: ‘magic’ was not declared in this scope
24 | if (n <= magic) cout << 69;
| ^~~~~