problems icon indicating copy to clipboard operation
problems copied to clipboard

Checks for check50

Results 61 problems issues
Sort by recently updated
recently updated
newest added

This extra check ensures that only the winner's name is printed, even if the losers tied, thus preventing some hack around logic, such as can be seen on my first...

CS50x

- Allow success when submitting identical jpg's, minus the trailing 0's

CS50x

One of my students is having issues with check50 and submit50 failing on the compile step. He was able to make it locally by making the above change to find.c,...

CS50x

I accidentally discovered an issue with these 3 checks within the Little Professor problem in CS50P: ![Screenshot 2024-03-17 153753](https://github.com/cs50/problems/assets/153880913/73d89cf1-d5d2-4854-94cc-aced6f6cfbd7) While using the random library in the `generate_integer` function, I mistakenly...

# What Update tests for wordle to verify the program's behavior on words with repeating letters # Why My first version of wordle (`wordle_bug.c`) didn't correctly handle words with repeating...

CS50x

Replaced `re.match()` with `re.findall()` and finds the last group, avoiding the numbers in the prompt problem. Resolves #174.

CS50P

Added test for a 15 digit card starting with a four, as per [cs50/check50 #309](https://github.com/cs50/check50/discussions/309).

CS50x

Suggestion: The code should turn the whole output into lowercase or uppercase and execute the approval part. I spent my 15mins just trying to figure out what was wrong when...

CS50x