Cod sursa(job #28644)

Utilizator sima_cotizoSima Cotizo sima_cotizo Data 8 martie 2007 09:41:10
Problema Factorial Scor 10
Compilator c Status done
Runda Arhiva de probleme Marime 0.09 kb
#include <stdio.h>

int main() {
	fprintf(fopen("fact.out", "w"), "-1\n");
	return 0;
}