Problem | nicenumber |
---|---|
User | itsLQ |
Submission Time | 2024-01-13 02:14:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nicenumber.cpp: In function ‘int main()’:
nicenumber.cpp:13:36: error: ‘n’ was not declared in this scope
13 | cout << (abs(N - 69) < abs(n - 420) ? 69 : 420) << '\n';
| ^