fork(3) download
  1. sqrt();
  2.  
  3. main() {
  4. printf("%d", sqrt(12));
  5. }
  6.  
Success #stdin #stdout 0s 2112KB
stdin
Standard input is empty
stdout
-68