Cod sursa(job #938792)
Utilizator | Data | 13 aprilie 2013 21:56:30 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | teme_upb | Marime | 0.2 kb |
#include <iostream>
#include <stdio.h>
using namespace std ;
void main(){
freopen("adunare.in","r",stdin);
freopen("adunare.out","w",stdout);
int a, b ;
cin >>a >> b ;
cout << a+b ;
}