Cod sursa(job #1342113)
| Utilizator | Data | 13 februarie 2015 15:38:00 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | teme_upb | Marime | 0.16 kb |
#include <iostream>
using namespace std;
int main()
{
int a,b;
cin>>a;
cin>>b;
if(a+b < 2000000000)
{cout<<a+b;}
else {cout<<"0";}
}
