Cod sursa(job #197641)
Utilizator | Data | 5 iulie 2008 12:54:55 | |
---|---|---|---|
Problema | Grigo | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Junior Challenge 2008 | Marime | 0.12 kb |
#include<fstream.h>
int main()
{
ifstream fin("grigo.in");
ofstream fout("grigo.out");
fout<<"6";
return 0;
}