eolymp
bolt
Try our new interface for solving problems
Problems

Послідовність 2

published at 2/6/24, 8:02:38 pm

include<bits/stdc++.h>

using namespace std; int main() { int a , b = 1; cin>>a; for(int i = 1 ; i <= a ;i++) { cout<<b <<" "; b = b + 2; } }