Cod sursa(job #561446)
Utilizator | Data | 20 martie 2011 14:18:18 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | c | Status | done |
Runda | Arhiva de probleme | Marime | 0.14 kb |
#include<stdio.h>
int main(){long a,b;freopen("adunare.in","r",stdin);freopen("adunare.out","w",stdout);scanf("%ld %ld",&a,&b);printf("%ld",a+b);}