Cod sursa(job #2048948)
| Utilizator | Data | 26 octombrie 2017 18:41:36 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | c | Status | done |
| Runda | Arhiva de probleme | Marime | 0.14 kb |
#include <stdio.h>
#include <stdlib.h>
int main()
{
int a,b;
scanf("%d %d", &a, &b);
printf("%d\n", a+b);
return 0;
}
