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