labs
labs copied to clipboard
I had submitted the lab yesterday because it initially passed all of the tests, but today while referencing back to it I realized a mistake that ignores z in calculating...
I cloned cs50/labs/python, to start creating my own lab and I noticed the following: ### **1) in .cs50.yaml** lab50: file: mario.py causes a: _400 Bad Request Please let the author...
hello , can any one help me to submit my project 0.
(Sorry if this is not the right place to report a bug but I couldn't find a repo for the lab webservice). I am in the process of creating some...
For `worldcup`, you can fail checks if your number of simulations `N` is low. I had `N` at 10 when I ran `check50` and it gave me this error: ```...
Previously, help messages in the half problem were incredibly erroneous. If you were to get it wrong, it would say: `Expected 64.00, not 32.00`. The problem with this message is...
aligns check50 display with expectations
Added a valgrind check to the [license](https://cs50.harvard.edu/x/2024/practice/license/) checks. Similar to the check done for [inheritance](https://cs50.harvard.edu/x/2024/psets/5/inheritance/)