#include <stdio.h> int main(void) { int i =0; do { printf("ritsumeikan\n"); i++; } while (i<5); 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!