Cod sursa(job #540157)

Utilizator Bogdy4FuNBogdan Ciubotaru Bogdy4FuN Data 23 februarie 2011 19:22:29
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.15 kb
#include<fstream>
using namespace std;

ifstream f("cmmdc.in");
ofstream o("cmmdc.out");

int main ()
{
	int a,b;
	o<<a+b;	
	return 0;
}