#include<stdio.h>
int main(){
    float a,b;
    scanf("%f",&a,&b);
    printf(" 50.00 km/h/n");
    printf("13.89m/s");
    return 0;
}