#include <stdio.h>

int main()
{
    printf("%6.3f", 1e17);
    return 0;
}