0_0_37962151_23048.cpp: In function 'int gcd(int, int)': 0_0_37962151_23048.cpp:5:1: error: 'reutrn' was not declared in this scope reutrn b ? gcd(b, a % b) : a; ^