Raihanul786's blog

By Raihanul786, history, 4 years ago, In English

Actually I faced a problem over __gcd() stl function.

Let s=10(any int value)

Then __gcd(s,6) its showing error...

But __gcd(s,6LL) its showing right...

but why??

  • Vote: I like it
  • -25
  • Vote: I do not like it