Cod sursa(job #2195295)
| Utilizator | Data | 15 aprilie 2018 22:01:24 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | c | Status | done |
| Runda | Arhiva de probleme | Marime | 0.2 kb |
#include <stdio.h>
int main(){
int a,b;
freopen("adunare.in","r","stdin");
freopen("adunare.out","w","stdout");
scanf("%d%d",&a,&b);
printf("%d",a+b);
return 0;
}
