Cod sursa(job #293550)
Utilizator | Data | 1 aprilie 2009 21:49:41 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | SSpeed Challenge #1 | Marime | 0.1 kb |
#include<fstream.h>
#include<math.h>
long a,b;
int main()
{
cin>>a>>b;
cout<<a+b;
return 0;
}