Cod sursa(job #118414)

Utilizator juniorOvidiu Rosca junior Data 25 decembrie 2007 07:07:46
Problema Grozavesti Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.19 kb
#include <fstream>
#include <iostream>

using namespace std;

fstream fi("grozavesti.in",ios::in);
fstream fo("grozavesti.out",ios::out);
int a[7000000];

int main () {
  return 0;
}