Cod sursa(job #1404500)
Utilizator | Data | 28 martie 2015 12:09:18 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.2 kb |
#include<stdio.h>
using namespace std;
int main() {
freopen("tema.in","r",stdin);
freopen("tema.out","w",stdout);
int a,b;
scanf("%d%d",&a,&b);
printf("%d",a+b);
return 0;
}