[ create a new paste ] login | about

Link: http://codepad.org/TS3Kgemb    [ raw code | output | fork ]

C++, pasted on Feb 14:
1
2
3
4
5
6
7
8
9
10
11
#include<iostream>
using namespace std;
int main()
{
    int a,b,c;
    cin>>a;
    cin>>b;
    c=a+b;
    cout<<c;
    return 0 ; 
}


Output:
1
127320773


Create a new paste based on this one


Comments: