#include int main(){ char str[1000]; scanf("%s",str); printf("%s\n",str); char target[1000]; scanf("%s",target); printf("%s\n",str); }