Cod sursa(job #1170073)
Utilizator | Data | 12 aprilie 2014 17:20:15 | |
---|---|---|---|
Problema | Factorial | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.25 kb |
// factorialInfoarena.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include<fstream>
using namespace std;
ifstream fin("fact.in");
ofstream fout("fact.out");
int main()
{
int P;
return 0;
}