Added requirements for division and fixed critical bugs

This commit is contained in:
2025-11-13 11:46:14 +01:00
parent 77f68f2328
commit 5af5699e66
4 changed files with 370 additions and 20 deletions

View File

@@ -119,7 +119,7 @@ int main(void) {
fact = partial_fact;
}
printf("%ld! = ", n);
printf("%d! = ", n);
bigint_print(fact);
printf("\n");