Cod sursa(job #268421)
| Utilizator | Data | 1 martie 2009 11:47:37 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.12 kb |
#include<stdio.h>
int main ()
{
long a,b;
scanf("%ld",&a);
scanf("%ld",&b);
s=a+b;
printf("%ld",a+b);
return 0;
}
