Cod sursa(job #253987)
Utilizator | Data | 6 februarie 2009 13:59:23 | |
---|---|---|---|
Problema | Grendizer | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Stelele Informaticii 2009, clasele 9-10, ziua 1 | Marime | 0.19 kb |
#include<fstream.h>
int main()
{ ifstream fin("grendizer.in");
ofstream fout("grendizer.out");
fout<<'8'<<'\n'<<'4'<<endl<<'3'<<endl<<'0';
fin.close();
fout.close();
return(0);
}