0_0_33526123_12054.cpp: In function 'll gcd(ll, ll)':
0_0_33526123_12054.cpp:19:42: error: expected ')' at end of input
ll gcd(ll a,ll b){ return b==0?a:gcd(b,a%b
^
0_0_33526123_12054.cpp:19:42: error: expected ';' at end of input
0_0_33526123_12054.cpp:19:42: error: expected '}' at end of input
|