Cod sursa(job #1029367)
Utilizator | Data | 15 noiembrie 2013 14:23:44 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.12 kb |
#include <stdio.h>
int main (){
int a, b;
scanf("%d", &a);
scanf("%d", &b);
printf("%d", a+b);
return 0;
}