Cod sursa(job #794367)
| Utilizator | Data | 6 octombrie 2012 11:32:55 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.18 kb |
#include<iostream>
using namespace std;
int main ()
{
int a,b,c;
cout<<"a=";
cin>> a ;
cout <<"b=";
cin>> b ;
c=a+b;
cout<<"c="<<c<<endl;
system ("pause");
return 0 ;
}
