#include <stdio.h> int main(void) { int i; i=0; while(i<5){ printf("ritsumeikan\n"); i++; } return 0;}
Standard input is empty
ritsumeikan ritsumeikan ritsumeikan ritsumeikan ritsumeikan
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!