Cod sursa(job #2496454)
Utilizator | Data | 20 noiembrie 2019 21:37:29 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | c-64 | Status | done |
Runda | Lista lui wefgef | Marime | 0.15 kb |
#include <stdio.h>
#include <stdlib.h>
int main()
{
int a, b,c;
scanf("%d%d",&a,&b);
c=a+b;
printf("%d",c);
return 0;
}