// editor1
#include<stdio.h>
int main(){
    int a=1000,b=24;
    scanf("%d",&a,&b);
    printf("average speed");
    return 0;
}