This commit is contained in:
2026-02-02 04:52:09 +01:00
parent fca4d20f5a
commit 49213b1343
6 changed files with 64 additions and 54 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ int *my_factor(int n){
tmp = n;
div = 2;
while (temps > 1) {
while (tmp > 1) {
if (tmp % div == 0){
*(kebab + index) = div;
index ++;