| Problem | car |
|---|---|
| User | shapeshifterr |
| Submission Time | 2026-09-04 10:45:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
car.cpp: In function ‘int32_t main()’:
car.cpp:90:30: error: ‘N’ was not declared in this scope
90 | if ( ((a-1)*(b-1)*(a-N)*(b-N)==0) && (max_d<d) ) max_d = d;
| ^
car.cpp:91:30: error: ‘N’ was not declared in this scope
91 | if ( ((a-1)*(b-1)*(a-N)*(b-N)==0) && (min_d>d) ) min_d = d;
| ^