Cod sursa(job #68335)

Utilizator gabitzish1Gabriel Bitis gabitzish1 Data 27 iunie 2007 16:37:09
Problema Patrate 3 Scor 5
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.11 kb
#include<fstream.h>

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