#include<stdio.h>
void main()
{
    float a;
    float b;
    scanf("%f",&a);
    scanf("%f",&b);
    printf("%f",&a,"km/h");
}