#include<stdio.h> int main() { char str1,str2,a,b; scanf("%c%c",&str1,&str2); a=str1; b=str2; printf("%c%c",a,b); }