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