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