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