Cod sursa(job #689183)
| Utilizator | Data | 24 februarie 2012 10:42:01 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | c | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include <stdio.h>
int main()
{
int a,b;
scanf("%d", &a);
scanf("%d", &b);
printf("%d",a+b);
return 0;
}
