SOLUTION OF URI 1001 URI SOLUTIONS // Question of uri 1001 Extremely Basic //1001 (Mahmud_Jamil) BRUR #include<stdio.h> int main() { int a,b,sum; scanf("%d %d",&a,&b); sum=a+b; printf("X = %d\n",sum); return 0; } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook