cs50 / problems

Checks for check50
134 stars 227 forks source link

Check50 is checking the wrong code #237

Closed WDYC2003 closed 5 months ago

WDYC2003 commented 5 months ago

I want to check an assignment using check50, but it keeps checking a different code for a different assignment. How can I correct this?

rongxin-liu commented 5 months ago

Can you please describe the issue in detail and attach screenshots?

WDYC2003 commented 5 months ago

image I want the code to check name.c, but it keeps checking hello.c. This wasn't an issue with the other assignments, they were both verified normally.

rongxin-liu commented 5 months ago

Thanks for attaching the screenshot.

This wasn't a check50 issue and the check50 check is indeed looking for hello.c, not name.c.

WDYC2003 commented 5 months ago

Apologies, but I would like some clarifications on how exactly to guide cs50 into checking the correct file, as I cannot submit it or check it in any way due to this.

curiouskiwi commented 5 months ago

@WDYC2003 Please follow the instructions for the problem set exactly. Your file should be called hello.c in a folder called me with the check50 instruction check50 cs50/problems/2024/x/me If you have further questions or need more help, please ask in one of our communities (https://cs50.harvard.edu/x/communities)