#include<stdio.h>
int main()
{
    char n='programminginc';
    printf("%c",n);
}