42-School-Exam-Rank-02 icon indicating copy to clipboard operation
42-School-Exam-Rank-02 copied to clipboard

First 42 School Exam

Results 6 42-School-Exam-Rank-02 issues
Sort by recently updated
recently updated
newest added

easier to understand

-ft_range dosn't work. -When start = 0 and end = [-negative number]

change incorrect type charr to char

Add flag initialisation to 0 to avoid leading whitespaces in the result

type of var result should match the output type of the function (int), otherwise it might fail some tests. **Example fail:** max( {-42;0;-5;-64;-2;-68;-1} , 7)