Cod sursa(job #2690652)
| Utilizator | Data | 25 decembrie 2020 02:59:20 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | c-32 | Status | done |
| Runda | Lista lui wefgef | Marime | 0.16 kb |
#include <stdio.h>
#include <stdlib.h>
int main()
{
int a, b;
scanf("%d\n",&a);
scanf("%d",&b);
printf("%d",a+b);
return 0;
}
