fork download
  1. $x="5";
  2.  
  3. $f= $x x 3;
  4.  
  5. $g= $f+1;
  6.  
  7. print $g;
  8.  
  9.  
Success #stdin #stdout 0s 4596KB
stdin
Standard input is empty
stdout
556