Язгуур гаргах

 #include <stdio.h>

#include<math.h>

main()

{

int a,s;

scanf("%d",&a);

s=sqrt(a);

printf("%d",s);

}

Comments