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