#include <stdio.h> int main(){ int x; while (scanf("%d", &x) != EOF) { printf("%d", x); } return 0;}
1 2 3 4
1234
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!