Cod sursa(job #360567)
| Utilizator | Data | 31 octombrie 2009 22:01:48 | |
|---|---|---|---|
| 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;
cout<<"a=";cin>>a;
cout<<"b=";cin>>b;
cout<<a+b;
return 0;
}
