#include<stdio.h>
int main()
{
    float value;
    scanf("%lf,&value");
    printf("%.6f\n, value");
    return 0;
}