Cod sursa(job #255903)
Utilizator | Data | 10 februarie 2009 20:55:25 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.23 kb |
#include <iostream>
#include <s>tdio.h>
int main(){
double a;
double b;
cout<<"Enter the first number:";
cin>>a;
cout<<"Enter the second number:";
cin>>b;
cout<<"The sum is:"<<a+b;
return 0;
}