commit 9f9b9ff588b234bd0b624060cf27d193966183dc parent 2585ad131e614cc7c74a0e1e2ec1f4255ba26ab9 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Wed, 8 Oct 2025 13:12:11 +0530 new 33 with array Diffstat:
| M | letusc/luc033.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/letusc/luc033.c b/letusc/luc033.c @@ -20,7 +20,7 @@ int main() break; } index++; - set_of_numbers[index] = num; + set_of_numbers[index] = num; } int max = set_of_numbers[0], min = set_of_numbers[0]; while (index >= 0)