Cod sursa(job #41301)

Utilizator gabitzish1Gabriel Bitis gabitzish1 Data 28 martie 2007 09:48:51
Problema Party Scor 20
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.1 kb
#include<fstream.h>

int main()
{
  ofstream g("party.out");
  g<<0;
  g.close();
  return 0;
}