#include<stdio.h>
int main()
{
char s;
s='poac';
printf("%d",s);
}