Cod sursa(job #2552614)
| Utilizator | Data | 21 februarie 2020 00:20:18 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | c-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.15 kb |
#include <stdio.h>
#include <stdlib.h>
int main()
{
int A,B;
scanf("%d %d",&A,&B);
int C=A+B;
printf("%d",C);
return 0;
}
