练26.1 输出偶数
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
说明
按照由小到大的顺序,输出之间的所有偶数。
输入格式
输入。
输出格式
输出为一行,各个偶数之间用一个空格隔开。
样例
10
2 4 6 8 10
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
按照由小到大的顺序,输出1∼n之间的所有偶数。
输入n。
输出为一行,各个偶数之间用一个空格隔开。
10
2 4 6 8 10
By signing up a acjudge universal account, you can submit code and join discussions in all online judging services provided by us.