Cod sursa(job #97225)
| Utilizator | Data | 5 noiembrie 2007 20:17:29 | |
|---|---|---|---|
| Problema | Factorial | Scor | 10 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include<stdio.h>
int main()
{
freopen("fact.in","r",stdin);
freopen("fact.out","w",stdout);
printf("-1");
return 0;
}
