Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int a,b,c;
  5.  
  6. int main() {
  7.  
  8. cin>>a>>b>>c;
  9. cout<<a+b+c<<endl;
  10.  
  11. return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement