race.cpp: In function 'int oi()': race.cpp:2:11: error: expected ';' before '}' token 2 | return 1 | ^ | ; 3 | } | ~