Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <math.h>
- using namespace std;
- int a;
- int main()
- {
- cout << "podaj przeskok: " << endl;
- cin>>a;
- for (int i = 0; i <= 200; i+=a) cout << i << endl;
- }
Advertisement
Add Comment
Please, Sign In to add comment