Cod sursa(job #350130)
| Utilizator | Data | 22 septembrie 2009 19:57:07 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Lista lui wefgef | Marime | 0.16 kb |
#include<fstream.h>
#include<math.h>
long a,b;
/*ifstream fin("adunare.in");
ofstream fout("adunare.out");*/
int main()
{
cin>>a>>b;
cout<<a+b;
return 0;
}