fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. float foo = 16777215;
  8.  
  9. foo++;
  10.  
  11. Console.WriteLine(foo);
  12. }
  13. }
Success #stdin #stdout 0.05s 23920KB
stdin
Standard input is empty
stdout
1.677722E+07