+ 1

If you want print this figure 1234567654321

{ int I, j; for (i=1;i <7;i++) cout <<i; for(j=i;j>0;j--) cout <<j; return 0; }

26th Mar 2017, 6:45 AM
Bts...
Bts... - avatar
2 Respuestas
+ 2
{ int I, j; for (i=1;i <=7;i++) cout <<i; for(j=6;j>0;j--) cout <<j; return 0; }
26th Mar 2017, 2:39 PM
Player
+ 1
my solution 👆👆
26th Mar 2017, 6:46 AM
Bts...
Bts... - avatar