fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. for (decimal x = 1 ; x != 2 ; x+=0.01M) {
  8. decimal y = Math.Ceiling(2*x) / 2;
  9. Console.WriteLine("{0:0.00} {1:0.00}", x, y);
  10. }
  11. }
  12. }
Success #stdin #stdout 0.04s 28668KB
stdin
Standard input is empty
stdout
1.00 1.00
1.01 1.50
1.02 1.50
1.03 1.50
1.04 1.50
1.05 1.50
1.06 1.50
1.07 1.50
1.08 1.50
1.09 1.50
1.10 1.50
1.11 1.50
1.12 1.50
1.13 1.50
1.14 1.50
1.15 1.50
1.16 1.50
1.17 1.50
1.18 1.50
1.19 1.50
1.20 1.50
1.21 1.50
1.22 1.50
1.23 1.50
1.24 1.50
1.25 1.50
1.26 1.50
1.27 1.50
1.28 1.50
1.29 1.50
1.30 1.50
1.31 1.50
1.32 1.50
1.33 1.50
1.34 1.50
1.35 1.50
1.36 1.50
1.37 1.50
1.38 1.50
1.39 1.50
1.40 1.50
1.41 1.50
1.42 1.50
1.43 1.50
1.44 1.50
1.45 1.50
1.46 1.50
1.47 1.50
1.48 1.50
1.49 1.50
1.50 1.50
1.51 2.00
1.52 2.00
1.53 2.00
1.54 2.00
1.55 2.00
1.56 2.00
1.57 2.00
1.58 2.00
1.59 2.00
1.60 2.00
1.61 2.00
1.62 2.00
1.63 2.00
1.64 2.00
1.65 2.00
1.66 2.00
1.67 2.00
1.68 2.00
1.69 2.00
1.70 2.00
1.71 2.00
1.72 2.00
1.73 2.00
1.74 2.00
1.75 2.00
1.76 2.00
1.77 2.00
1.78 2.00
1.79 2.00
1.80 2.00
1.81 2.00
1.82 2.00
1.83 2.00
1.84 2.00
1.85 2.00
1.86 2.00
1.87 2.00
1.88 2.00
1.89 2.00
1.90 2.00
1.91 2.00
1.92 2.00
1.93 2.00
1.94 2.00
1.95 2.00
1.96 2.00
1.97 2.00
1.98 2.00
1.99 2.00