fork download
  1.  
  2. $x = $*IN;
  3. while(1){
  4. $x=$x-1;
  5. if($x eq 0){
  6. break;
  7. }
  8. my $input = $*IN;
  9. print sqrt($input);
  10. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
===SORRY!===
Missing block at line 8, near "my $input "
stdout
Standard output is empty