fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. int s = 1450000;
  8. int r = 2350000;
  9.  
  10. Math.Pow(1450000, 2);
  11. }
  12. }
Success #stdin #stdout 0.03s 22144KB
stdin
Standard input is empty
stdout
Standard output is empty