#include int main () { char text[16]; scanf("%c",&text); printf("test %c",text); return(0); }