0_0_18193615_26503.cpp: In function 'int main()': 0_0_18193615_26503.cpp:3:67: error: '__gcd' is not a member of 'std' int main(){int a,b;while(scanf("%d%d",&a,&b)==2)printf("%d\n",a*b/std::__gcd(a,b));} ^