Advertisement
rengetsu

Proced_1_Pratyb_1.01

Feb 27th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.     int a, b, per;
  6.     cin>>a>>b;
  7.     per=(a+b)*2;
  8.     cout<<per<<endl;
  9.     return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement