竞赛
考级
#include<bits/stdc++.h> using namespace std; int main() { int x,y,n; cin >> n >> x >> y; for(int i = 1; i <= n; i++) { for(int j = x; j <= y; j++) { cout << j << " "; } cout << endl; } return 0; }
有亿点慢 可以AC cnt是指count,计数。
提交答案之后,这里将显示提交结果~