#include <stdio.h> int main(void) { int i; for(i=1;i<9;i++){ printf("%dの段:%d",i,i);} return 0;}
Standard input is empty
1の段:12の段:23の段:34の段:45の段:56の段:67の段:78の段:8
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!