fork download
  1. using System;
  2. public class Test
  3. {
  4. public static void Main()
  5. {
  6. int n=4;
  7. Console.WriteLine(n);
  8. }
  9. }
Success #stdin #stdout 0.03s 37024KB
stdin
1
2
10
42
11
34
stdout
4