#include <stdio.h> int main(){int i;for(i=0;i<6;i++){ printf("%d回目\n",i);} return 0;}
Standard input is empty
0回目 1回目 2回目 3回目 4回目 5回目
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!