#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; int f=1; while(f<=n-1) { f=f+1; cout<<f<<" "; f++; } return 0; }
Using your lizikid universal account