Cod sursa(job #552428)

Utilizator theoneandreiZamfira Andrei theoneandrei Data 12 martie 2011 12:39:50
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.12 kb
#include <fstream.h>
ifstream f("date.in");
ofstream g("date.out");
long long a,b; 
int main()
{
	f>>a>>b;
	g<<a+b;
}