View Code of Problem 1

#include <iostream>
#include <cstdio>
using namespace std;
int main(){
    int m,n;
    cin>>m>>n;
    cout<<m+n;
}

Double click to view unformatted code.


Back to problem 1