Cod sursa(job #505304)
| Utilizator | Data | 1 decembrie 2010 17:13:11 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | teme_upb | Marime | 0.15 kb |
#include<iostream.h>
int main()
{
int a,b,s;
cout<<"a=";cin>>a;
cout<<"b=";cin>>b;
s=a+b;
if(s<=2000000000)cout<<s;
else cout<<"eroare";
}
