Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- using namespace std;
- int main ( )
- {
- int a;
- int b;
- int c;
- cin>>a;
- cin>>b;
- c = 5;
- a = c * a;
- b = c + b;
- cout<< a + b;
- return 0;
- }
RAW Paste Data