#include<stdio.h> int main() { char abc1,abc2[10],c,d; scanf("%c\n",&abc1); c=abc1; d=abc1; printf("%c\n",c); printf("%c\n",d); return 0; }