Cod sursa(job #361320)

Utilizator ccristidcojocaru cristian ccristid Data 4 noiembrie 2009 16:55:17
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.15 kb
#include<fstream.h>

int main()
{
	unsigned long a,b,s;
	fout<<"a= ";fin>>a;
	fout<<"b= ";fin>>b;
	s=a+b;
	fout<<"a+b= "<<s;
	return 0;
}