Cod sursa(job #312651)
Utilizator | Data | 6 mai 2009 19:35:05 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.22 kb |
#include<fstream.h>
ifstream f("liste06.in");
ofstream g("liste06.out");
int a,x;
struct nod{ int info;
#include<iostream.h>
main()
{
int a,b,s;
cin>>a;
cout<<"a=";
cin>>b;
cout<<"b=";
s=a+b;
cout<<s;
}