#include<stdio.h>
int main()
{
    int distance, time;
    scanf("%fn":& Distance);
    scanf("%fn":& Time);
    return 0;
    
}