2014-11-28

In C++, I want a number pattern below:

For line 1-4, I did this:

To complete line 5 - 9, should I separate an above pattern with 2 for loop?, is there an idea (one that actually works)?
Please give me some suggestions since mine does not work.

Show more