JakubKaczmarek_123

z5

Dec 4th, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 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. }
Add Comment
Please, Sign In to add comment