fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main(string[] args)
  6. {
  7. int n = int.Parse(Console.ReadLine());
  8. Console.WriteLine(n);
  9. }
  10. }
Runtime error #stdin #stdout 0.03s 39608KB
stdin
Standard input is empty
stdout
Standard output is empty