Cod sursa(job #2051219)
Utilizator | Data | 28 octombrie 2017 17:38:39 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | c | Status | done |
Runda | Arhiva de probleme | Marime | 0.11 kb |
#include <stdio.h>
int main() {
int a,b;
scanf("%d",&a);
scanf("%d",&b);
printf("%d",a+b);
return 0;
}