int main() { int a; float s; scanf("%f",&a); s=pow(a,1/2); printf("%f", s); system("PAUSE"); return 0; }