Cod sursa(job #44040)

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

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