Cod sursa(job #137583)
| Utilizator | Data | 17 februarie 2008 12:45:02 | |
|---|---|---|---|
| Problema | Factoriale | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | preONI 2008, Runda 4, Clasa a 9-a | Marime | 0.12 kb |
#include<stdio.h>
int main()
{
freopen("factoriale.out","w",stdin);
printf("5");
return 0;
}
