Cod sursa(job #1339433)
Utilizator | Data | 10 februarie 2015 21:32:47 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.13 kb |
#include<iostream>
using namespace std;
int main ()
{
int A,B;
cin>>A>>B;
cout<<A+B;
system ("pause");
}