Cod sursa(job #777837)
| Utilizator | Data | 13 august 2012 16:04:49 | |
|---|---|---|---|
| Problema | Factorial | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include<fstream>
using namespace std;
ifstream f("fact.in");
ofstream g("fact.out");
int main()
{
int p;
fin>>p;
fout<<5*p;
}