fork download
  1. var c = 100;
  2.  
  3. var m = 113;
  4. print(Math.ceil (m / c) * c);
  5.  
Success #stdin #stdout 0.28s 213248KB
stdin
Standard input is empty
stdout
200