Problem | nicenumber |
---|---|
User | zyh255 |
Submission Time | 2023-01-06 14:37:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nicenumber.cpp: In function ‘int32_t main()’:
nicenumber.cpp:11:14: error: ‘x’ was not declared in this scope
11 | int ans = (x<=69?69:(x>=420?420:(x-69<420-x?69:420)));
| ^