Advertisement
Mozahidul_Islam_Isty

URI 1001 Extreamly Basic

Feb 10th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4.     int A,B,X;
  5.     A=10,B=9;
  6.     X=A+B;
  7.     printf("X = %d\n",X);
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement