Cod sursa(job #616708)
| Utilizator | Data | 13 octombrie 2011 09:43:27 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.17 kb |
#include<iostream>
#include<fstream>
using namespace std;
int main ()
{
int a,b;
cin>>a>>b;
a+b;
cout<<a+b;
system("pause");
return 0;
}
