#include <stdio.h> int main(void) { float pi; fscanf(stdin, "%f", &pi); printf("%1.5f", pi); return 0;}
3.14159