Problem threetwentyoneam
User reporter
Submission Time 2023-07-29 17:22:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

threetwentyoneam.cpp: In function ‘int dist(int, int)’:
threetwentyoneam.cpp:8:33: error: ‘n’ was not declared in this scope
8 | if (a <= b) return min(b-a, a+(n-b));
| ^
threetwentyoneam.cpp:9:20: error: ‘n’ was not declared in this scope
9 | else return min(a-n, b+(n-a));
| ^