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