#include <stdio.h>#include <string.h> int main(){ char arr[100]; gets(arr); puts(arr);printf("f"); return 0; }
apple mango man
apple mango f
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!