#include<stdio.h>
int main(){
    int n;
    char str;
    scanf("%s",&str);
    scanf("%d",&n);
    printf("PINALSIGYAHRPI")
    
}