towns.cpp: In function 'int hubDistance(int, int)':
towns.cpp:37:11: warning: conversion from 'long long int' to 'int' may change value [-Wconversion]
37 | int s=Int(1,n),t=0,mx=0;
| ~~~^~~~~
towns.cpp:41:15: error: 'getDistance' was not declared in this scope; did you mean 'hubDistance'?
41 | int d=getDistance(s,i);
| ^~~~~~~~~~~
| hubDistance
towns.cpp:47:15: error: 'getDistance' was not declared in this scope; did you mean 'hubDistance'?
47 | int d=getDistance(t,i);
| ^~~~~~~~~~~
| hubDistance
towns.cpp:55:15: error: 'getDistance' was not declared in this scope; did you mean 'hubDistance'?
55 | int d=getDistance(s,i);
| ^~~~~~~~~~~
| hubDistance