#include<stdio.h>
int main()
{ 
    int a;
    a=18;
    if
    printf("Eligible");
    else
    print("invalid input");
    return 0;
}