josiftepe

Untitled

Oct 25th, 2020
66
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.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7.    int broj;
  8.    int x=0;
  9.    cin>>broj;
  10.  
  11.    while(broj%4){
  12.     broj+=1;
  13.      x+=9;
  14.    }
  15.  
  16.    cout<<x;
  17.     return 0;
  18. }
  19.  
Advertisement
Add Comment
Please, Sign In to add comment