How to calculate module over 10^14?

Правка en1, от _Faineant, 2023-12-13 07:13:14

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)

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский _Faineant 2023-12-13 07:13:14 205 Initial revision (published)