Cod sursa(job #44039)

Utilizator bobo_2dan horia bobo_2 Data 30 martie 2007 20:09:20
Problema Robot Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.12 kb
#include<fstream.h>
{
ifstream f("robot.in");
ofstream g("robot.out");

g<<"-1";
g.close();
f.close();
return 0;
}