#include<stdio.h>
int main () 
{
   long long int Distance 1,Distance 2;
    scanf("%lld", &Distance 1);
    scanf("%lld", &Distance 2);
    printf("Distance 1: %lld\n", Distance 1);
    printf("Distance 2: %lld\n", Distance 2);
    return 0;
}