Loser And Gay

s  •  5小时前


//Loser And Gay

include <bits/stdc++.h>

using namespace std; int n, m;

int main() {

cin >> n >> m;
for (int i = 1 ; i <= n; ++i) {
	if(i % 2 == 0) cout << i << ' ';
}
return 0;

}


评论:

请先登录,才能进行评论