fork download
  1. #include <stdio.h>
  2. #include <math.h>
  3.  
  4. int main(void) {
  5. // your code goes here
  6.  
  7. printf("Root: %lf", sqrt(12));
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 4296KB
stdin
Standard input is empty
stdout
Root: 3.464102