View Code of Problem 1

#include<stdio.h>
main()
{
  int x,y;
  scanf("%d%d",&x,&y);
  printf("%d",x+y);
}

Double click to view unformatted code.


Back to problem 1