#include<stdio.h> int main() { char st[200]; for(int i=0; ; i=i+3) { scanf("%s", st+i); printf("%s", st); } }