#include<stdio.h>
int main()
{
    printf("1 to 1000");
    return0;
}