#include<stdio.h>
int main()
{
    char ch;
    scanf("%c",&ch);
    pintf("%c/n",ch);
    result 0;
}