Cod sursa(job #3301672)
Utilizator | Data | 29 iunie 2025 01:42:59 | |
---|---|---|---|
Problema | A+B | Scor | 100 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.18 kb |
#include <cstdio>
int main() {
freopen ("adunare.in", "r", stdin), freopen ("adunare.out", "w", stdout);
int a, b;
scanf("%d %d", &a, &b);
printf("%d\n", a + b);
}