Cod sursa(job #847333)
Utilizator | Data | 3 ianuarie 2013 18:47:02 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.09 kb |
#include<iostream.h>
int a,b,s=0;
void main()
{cin>>a;
cin>>b;
s=a+b;
cout<<"s="<<s;
}