0_0_39382869_1277.cpp: In function 'int getLeftmostDigit(int)':
0_0_39382869_1277.cpp:22:22: error: expected ';' at end of input
22 | return leftmostDigit
| ^
| ;
0_0_39382869_1277.cpp:22:22: error: expected '}' at end of input
0_0_39382869_1277.cpp:18:1: note: to match this '{'
18 | {
| ^
|