Cod sursa(job #1307268)
Utilizator | Data | 1 ianuarie 2015 19:22:52 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.19 kb |
#include<cstdio>
using namespace std;
int main()
{
freopen("adunare.in","r",stdin);
freopeb("adunare.out","w",stdou);
int a,b;
scanf("%d %d",&a,&b);
printf("%d",a+b);
}