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);
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
6
compilation info
prog.nem:5:11:5:20: error: unbound name `int.parse'
stdout
Standard output is empty