Cod sursa(job #2439448)
Utilizator | Data | 16 iulie 2019 00:58:13 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.13 kb |
#include<iostream>
using namespace std;
int main(){
int a, b, s;
a=131;
b=245;
s= a + b;
if(s < 2000000000)
cout << s;
}