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