42_EXAM icon indicating copy to clipboard operation
42_EXAM copied to clipboard

A program almost identical to the 42 EXAMS for practice. (Pool EXAM & Stud EXAM)

Results 61 42_EXAM issues
Sort by recently updated
recently updated
newest added

subject: ``` The input, when there is one, will be valid. ``` also the subject: ``` Write a program that takes **A POSITIVE INT** and displays its prime factors on...

According to the subject, we should expect that the user will input the parameters perfectly and hence we shouldn't treat input errors (other than the wrong number of arguments). subject:...

Hey, I was sending the ft_strdup with grademe and discovered (i think) that u are not free()ing betwing your tests: ![image](https://github.com/JCluzet/42_EXAM/assets/76022382/cd6363ad-dc38-4e31-b160-8fca5c9747de) Gonna try other malloc needed exercises to test if...

Hello! I just did the exam rank 05, but I kept failing the last exercise. I couldn't tell what was wrong because there were no traces. When I looked at...

In case of division the n2 shouldn't be null So there should be something like this on the 21th line: else if (av[2][0] == '/' && n2 != 0) and...

A colleague of mine in Berlin got the exercise during the exam. Should I make a PR for it?

In the `test_miniserv.sh` there are multiples `echo XXXX | nc localhost $1`, but on my Linux system at least, `nc` doesn't exit after sending the message. Maybe it's a problem...

Hello! I noticed something in the exam 06 that doesn't look quite right to me. You're executing a `test_eof.sh` script that prints what I think it's supposed to be every...

I'm pretty sure there's an issue in this exercise: my file is in a folder called ft_countdown, the subject is: Assignment name : ft_countdown Expected files : ft_countdown.c Allowed functions:...

Will it be possible to add this to the script? Some exercises like max succeed in this program and not it the real exam.