Advertisement
Josif_tepe

Untitled

Feb 17th, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <iostream>
  2. #include <vector>
  3. #include <stack>
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8. int x;
  9. int y;
  10. cin>>y>>x;
  11. int zbir=x+y;
  12. zbir/=2;
  13. zbir*=7;
  14. cout<<zbir;
  15. return 0;
  16. }
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement