You are on page 1of 1

#include<iostream>

using namespace std;

int main()

int a,b,c;

cin>>a>>b;

c=a+b;

cout<<c;

return 0;

You might also like