fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. long a = 41962049;
  8. long b = 1827116622;
  9.  
  10. var result = a * b;
  11.  
  12. Console.WriteLine(result);
  13. }
  14. }
Success #stdin #stdout 0.04s 23912KB
stdin
Standard input is empty
stdout
76669557221078478