Cod sursa(job #197563)
| Utilizator | Data | 5 iulie 2008 01:52:38 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | c | Status | done |
| Runda | Arhiva de probleme | Marime | 0.1 kb |
#include <stdio.h>
void main()
{
long int a,b;
scanf("%d%d",&a,&b);
printf("%d",a+b);
}
| Utilizator | Data | 5 iulie 2008 01:52:38 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | c | Status | done |
| Runda | Arhiva de probleme | Marime | 0.1 kb |
#include <stdio.h>
void main()
{
long int a,b;
scanf("%d%d",&a,&b);
printf("%d",a+b);
}