Cod sursa(job #636401)
Utilizator | Data | 19 noiembrie 2011 19:40:37 | |
---|---|---|---|
Problema | Ferma2 | Scor | 0 |
Compilator | cpp | Status | done |
Runda | .com 2011 | Marime | 0.13 kb |
#include<fstream>
using namespace std;
ifstream in("ferma2.in");
ofstream out("ferma2.out");
int main()
{ out<<0;
}