Cod sursa(job #458322)
Utilizator | Data | 24 mai 2010 15:41:34 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.19 kb |
#include <iostream>
using namespace std;
int main(){
int a, b;
cout<<"a=";cin>>a;
cout<<"b=";cin>>b;
cout<<"a+b="<<a+b<<endl;
system("pause");
return 0;
}