eolymp
bolt
Try our new interface for solving problems
Problems

First evens

published at 11/6/21, 10:49:18 pm

hi guys help me pls guys

published at 2/26/24, 6:44:00 am

include <iostream>

using namespace std; int main() { long n; cin>>n; for (int i=1;i<=n;i++){ cout<<i*2<<" ";} }