#include<stdio.h>
void main(){
    
    int  a,b
    
    scanf("%d %d",&a,&b);
    printf("Distance1:%d \n Distance2:%d"a,b);
}