#include <stdio.h> int main(void) { char d[10]; scanf("%s",d); printf("%s\n",d); return 0;}
abcd
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!