123456789
#include <cmath> #include <iostream> int main() { int x = 25; std::cout << sqrt(x) << std::endl; return 0; }