Cod sursa(job #238761)
| Utilizator | Data | 3 ianuarie 2009 11:05:17 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.08 kb |
#include <iostream.h>
int main ()
{
float a,b;
cin>>a>>b;
cout<<a+b;
return 0;
}| Utilizator | Data | 3 ianuarie 2009 11:05:17 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.08 kb |
#include <iostream.h>
int main ()
{
float a,b;
cin>>a>>b;
cout<<a+b;
return 0;
}