Cod sursa(job #717214)
Utilizator | Data | 19 martie 2012 19:05:16 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.1 kb |
#include <cstdio>
int main () {
int a, b;
scanf ("%d %d", &a, &b);
printf ("%d", a+b);
}