famouscoder
Wednesday, May 6, 2020
URI 1003 - Simple Sum
#include<stdio.h>
int main()
{
int A,B,SOMA;
scanf("%d%d",&A,&B);
SOMA=A+B;
printf("SOMA = %d\n",SOMA);
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment