View Code of Problem 1

int main(){
 int input1=0;
  int input2 = 0;
  scanf("%d",&input1);
  scanf("%d",&input2);
  return input1+input2;
}

Double click to view unformatted code.


Back to problem 1