View Code of Problem 1

#include<stdio.h> 
int main(){
	int i=0,j=0,n;
	scanf("%d%d",&i,&j);
	n=i+j;
	printf("%d",n);
}

Double click to view unformatted code.


Back to problem 1