#include<stdio.h> int main() { int j=0; for (int i = 0; i<5; i++, j++) printf("%d",j); printf("%d",j); }