Cod sursa(job #2477285)
| Utilizator | Data | 19 octombrie 2019 22:17:08 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.1 kb |
#include <cstdio>
int main ()
{
int a,b;
scanf("%d %d",&a,&b);
printf("%d",a+b);
return 0;
}