#include <stdio.h>int main (){ int i,j; for(i=0;i<10;i++) { for(j=0;j<10;j++) { printf("%d",i); } printf("%d\n",i); } }
Standard input is empty
00000000000 11111111111 22222222222 33333333333 44444444444 55555555555 66666666666 77777777777 88888888888 99999999999
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!