Cod sursa(job #737545)
Utilizator | Data | 19 aprilie 2012 17:16:24 | |
---|---|---|---|
Problema | Factorial | Scor | 10 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.12 kb |
#include<fstream>
using namespace std;
int main()
{
ifstream f("fact.in");
ofstream o("fact.out");
o<<"-1";
}