编程介的小学生 2017-08-25 01:24 采纳率: 0.4%
浏览 735
已采纳

To Be NUMBER ONE

Problem Description
One is an interesting integer. This is also an interesting problem. You are assigned with a simple task.
Find N (3 <= N <= 18) different positive integers Ai (1 <= i <= N), and

Any possible answer will be accepted.

Input
No input file.

Output
Your program’s output should contain 16 lines:
The first line contain 3 integers which are the answer for N = 3, separated by a single blank.
The following 15 lines are the answer for N = 4 to 18, as the same format.
The sample output is the first two lines of a possible output.

Sample Output
2 3 6
2 4 6 12

  • 写回答

2条回答 默认 最新

  • threenewbee 2017-08-27 16:37
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?