fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. const uint count = 2;
  6. static int [] array = new int[count] {1,2};
  7.  
  8. public static void Main()
  9. {
  10. // your code goes here
  11. }
  12. }
Success #stdin #stdout 0.01s 33528KB
stdin
Standard input is empty
stdout
Standard output is empty