Cod sursa(job #135874)
Utilizator | Data | 14 februarie 2008 19:52:33 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.08 kb |
#include<iostream.h>
int a,b,s;
void main()
{
cin>>a>>b;
s=a+b;
cout<<s;
}