Cod sursa(job #612900)
Utilizator | Data | 12 septembrie 2011 20:15:46 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.1 kb |
#include<iostream>
using namespace std;
int main()
{int A,B;
cin>>A>>B;
cout<<A+B;
return 0;
}