#include <stdio.h>
#include <math.h>

#<- math, stdio

void main ()
{
  print ("%f" "\n", sqrt (2));
}