Cod sursa(job #1631700)
Utilizator | Data | 5 martie 2016 18:15:37 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.11 kb |
#include<stdio.h>
int main(){
long long a, b;
scanf("%lld%lld", &a, &b);
printf("%lld",a + b);
return 0;
}