Cod sursa(job #53770)

Utilizator BlackElfSpulber Iosif BlackElf Data 23 aprilie 2007 10:55:59
Problema Text Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.19 kb
#include <fstream.h>


fstream in ("text.in",ios::in);
fstream out ("text.out", ios::out);       //Lasa-ma, te rog!

int main ()
{
 // clrscr();

 out<<"0";

  return 0;
}