Cod sursa(job #2206248)
Utilizator | Data | 21 mai 2018 21:58:24 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.11 kb |
#include <cstdio>
int main() {
int a, b;
scanf("%d%d", &a, &b);
printf("%d", a + b);
return 0;
}