Cod sursa(job #284463)
| Utilizator | Data | 21 martie 2009 18:33:13 | |
|---|---|---|---|
| Problema | A+B | Scor | Ascuns |
| Compilator | c | Status | done |
| Runda | a | Marime | 0.18 kb |
#include<stdio.h>
long long int a,b;
int main(void){
freopen("adunare.in","r",stdin);
freopen("adunare.out","w",stdout);
scanf("%lld\n%lld",&a,&b);
printf("%lld",a+b);
return 0;
}
