View Code of Problem 1

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

Double click to view unformatted code.


Back to problem 1