#include int main() { char * input; gets(input); printf("%c\\n", input); return 0; }
i cant seem to be a