Cod sursa(job #547235)
Utilizator | Data | 6 martie 2011 00:32:45 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.19 kb |
#include <iostream.h>
#include <conio.h>
#include <math.h>
int main()
{int a,b;
cout<<"a="; cin>>a;
cout<<"b="; cin>>b;
cout<<"Suma lor este s= "<<a+b<<"\n";
getche();
return 0;}