#include <stdio.h>
int main()
{
    int n;
    while(scanf("%d",&n),n+1)
    puts("I bet on Oregon Maple~");
    return 0;
}