Cod sursa(job #760992)
| Utilizator | Data | 24 iunie 2012 04:39:52 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.11 kb |
#include <stdio.h>
int main(void)
{
int a,b;
scanf("%d %d",&a,&b);
printf("%d\n",a+b);
}
