Cod sursa(job #11216)
| Utilizator | Data | 30 ianuarie 2007 21:25:39 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.16 kb |
#include <iostream.h>
long int n,i,k,s,m;
void main ()
{
cout<<"n=";cin>>n;
cout<<"m=";cin>>m;
s=m+n;
cout<<"Suma numerelor este "<<s;
}
