Cod sursa(job #2204372)
| Utilizator | Data | 15 mai 2018 17:13:33 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.18 kb |
#include <stdio.h>
int main() {
freopen("adunare", "r", stdin);
freopen("adunare", "w", stdout);
int a, b;
scanf("%d %d", &a, &b);
printf("%d", a + b);
return 0;
}
