Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4. long long m,p,n,i,k;
  5.  
  6. int main()
  7. {
  8. cin>>n;
  9. n=n>>2;
  10. n=n<<2;
  11. cout<<n;
  12. return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement