Advertisement
AKIB37

Untitled

Mar 31st, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int s,a,b,c,d;
  5. scanf("%d %d %d %d",&a,&b,&c,&b);
  6. s=(a+b+c+d);
  7. printf("%d\n",s);
  8. return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement