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

int main ()
{
  printf ("%f" "\n", sqrt (2));

  return 0;
}