Guest User

Untitled

a guest
Jan 15th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main ()
  4. {
  5.     int i=10,k;
  6.     cin>>"Введите число к">>k;
  7.     for (i<100; i=i*k)
  8.     {if (i%k==0)
  9.     {cout>>i>>endl;}
  10.     }system ("pause");
  11. }
Add Comment
Please, Sign In to add comment