Cod sursa(job #616163)
Utilizator | Data | 11 octombrie 2011 21:07:11 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Lista lui wefgef | Marime | 0.1 kb |
#include<iostream.h>
int a,b;
main()
{cin>>a>>b;
cout<<a+b;
}