JakubKaczmarek_123

z3

Dec 4th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include <iostream>
  2. #include <math.h>
  3. using namespace std;
  4. int a;
  5. int main()
  6. {
  7. cout << "podaj przeskok: " << endl;
  8. cin>>a;
  9. for (int i = 0; i <= 200; i+=a) cout << i << endl;
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment