fork download
  1. using System;
  2. using System.Console;
  3.  
  4. WriteLine("Count?");
  5. def count=int.Parse(ReadLine());
  6.  
  7.  
  8.  
  9. WriteLine(count);
Success #stdin #stdout 0.08s 13512KB
stdin
6
stdout
Count?
6