Cod sursa(job #2326314)
| Utilizator | Data | 23 ianuarie 2019 13:51:46 | |
|---|---|---|---|
| Problema | Factorial | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | simulare_preoli | Marime | 0.17 kb |
#include <iostream>
#include <fstream>
using namespace std;
int main()
{
ifstream fin("fact.in");
ofstream fout("fact.out");
int n,k,p;
fin>>n;
fout<<"45";
}
