Code - UVa 568 - Just The Facts
Code - UVa 568 - Just The Facts
Code - UVa 568 - Just The Facts
Code
/* @BEGIN_OF_SOURCE_CODE */
#include <stdio.h>
int n, fact_lnzd[FACT_UPTO] ;
void precompute(void)
{
int i, fact ;
int main()
{
precompute() ;
while (scanf("%d", &n) != EOF)
printf("%5d -> %d\n", n, fact_lnzd[n]) ;
return 0;
}
/* @END_OF_SOURCE_CODE */
No comments:
Post a Comment
Seguir
Archive
4,996