Problem hotelhunt_ex
User Sinan1453
Submission Time 2024-06-21 14:45:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hotelhunt_ex.cpp: In function ‘int main()’:
hotelhunt_ex.cpp:21:31: error: ‘a_i’ was not declared in this scope; did you mean ‘ai’?
21 | int Dis = abs(a_i - r) + abs(b_i - c);
| ^~~
| ai
hotelhunt_ex.cpp:21:46: error: ‘b_i’ was not declared in this scope; did you mean ‘bi’?
21 | int Dis = abs(a_i - r) + abs(b_i - c);
| ^~~
| bi
hotelhunt_ex.cpp:29:13: error: ‘max_distance’ was not declared in this scope; did you mean ‘maxdistance’?
29 | cout << max_distance << endl;
| ^~~~~~~~~~~~
| maxdistance