Cod sursa(job #412887)
Utilizator | Data | 6 martie 2010 21:27:05 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | c | Status | done |
Runda | Arhiva de probleme | Marime | 0.15 kb |
#include <stdio.h>
int main() {
long long int a,b;
scanf("%lld%lld",&a,&b);
printf("%lld\n",a+b);
return 0;
}