fork download
  1. #include <iostream>
  2. #include <cmath>
  3.  
  4. int main() {
  5.  
  6. std::cout << std::sqrt( 10 ) << std::endl;
  7. return 0;
  8. }
Success #stdin #stdout 0s 2684KB
stdin
Standard input is empty
stdout
3.16228