View Code of Problem 1

#include<stdio.h>
main()
{int s,A,B;
 scanf("%d",&A);
 scanf("%d",&B);
 s=A+B;
 printf("%d",s);
}

Double click to view unformatted code.


Back to problem 1