View Code of Problem 1

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

Double click to view unformatted code.


Back to problem 1