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