Cod sursa(job #688458)
| Utilizator | Data | 23 februarie 2012 16:31:37 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include<iostream>
#include<fstream>
int main(){
using namespace std;
long a,b;
cin>>a>>b;
cout<<a+b;
return 0 ;
}