eolymp
bolt
Try our new interface for solving problems
Məsələlər

İlk cütlər

dərc olunub 06.11.21 22:49:18

hi guys help me pls guys

dərc olunub 26.02.24 06:44:00

include <iostream>

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