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