পোস্টগুলি

জুলাই, ২০২২ থেকে পোস্টগুলি দেখানো হচ্ছে

Big Big mod

Here divisor is integer but the number is very very big number. Then it will work. This is the solution of LightOJ problem Link :  Click Here .   #include< iostream > using   namespace  std ; int  main (){      int  T ;     cin >> T ;      for ( int  tc = 1 ; tc <= T ; tc ++){         string a ;          long   long  b ;         cin >> a >> b ;          if ( b < 0 ){             b*=- 1 ;          }          int  p = 0 ;          if ( a [ 0 ]== '-' ){           ...