fork download
  1. #include <bits/stdc++.h>
  2. #define ll long long
  3. using namespace std;
  4. int main (){
  5. ll n ; cin >> n ;
  6. cout << sqrt(n);
  7. }
Success #stdin #stdout 0.01s 5308KB
stdin
100
stdout
10