Print the powers 1 to 5 of each number from 2 to 20. C++

后端 未结 0 1671
陌清茗
陌清茗 2021-01-22 07:18

The goal is to print the powers 1 to 5 of each number from 2 to 20. The output should look like this:

2 4 8 16 32

3 9 27 81 243

4 16 64 256 1024

...<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题