Cod sursa(job #1197854)
| Utilizator | Data | 13 iunie 2014 22:43:08 | |
|---|---|---|---|
| Problema | A+B | Scor | 100 |
| Compilator | cpp | Status | done |
| Runda | Lista lui wefgef | Marime | 0.2 kb |
#include <cstdio>
using namespace std;
int A,B;
int main()
{
freopen("adunare.in","r",stdin);
freopen("adunare.out","w",stdout);
scanf("%d%d",&A,&B);
printf("%d",(A+B));
return 0;
}
