#include<stdio.h>
int main()
{
int a;
while(scanf("%d",&a)==1)
printf("\'C\' can use printf(\"%s\",n); to show integer like %d\n","%d",a);
}