Cod sursa(job #2222632)
| Utilizator | Data | 17 iulie 2018 15:38:22 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.14 kb |
#include <cstdio>
using namespace std;
int main()
{
int n,s,c;
scanf("%d%d",&n,&c);
printf("%d",n+c);
return 0;
}
