Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <vector>
- #include <stack>
- using namespace std;
- int main()
- {
- int x;
- int y;
- cin>>y>>x;
- int zbir=x+y;
- zbir/=2;
- zbir*=7;
- cout<<zbir;
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement