_Faineant's blog

By _Faineant, history, 7 months ago, In English

Suppose Given a expression = (a*b*c)/(x*y*z) But as the value can be very big you have to output the final value mod 100000000000031 (1 <= a, b, c, x, y, z <= 10^18)

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it