Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CS50X/Introduction to computer science CHECK50 does work on problem set 4 filter-less #300

Closed
Audran-wol opened this issue Apr 4, 2023 · 6 comments

Comments

@Audran-wol
Copy link

The code works very well but check 50 version on 2022 and above says expected exit code 0 , instead of 2. But on check50 version of 2021 it works fine I really need the solution to this because am doing the course this year and not in 2021

@Audran-wol Audran-wol changed the title CS50X/Introduction to computer science CHECK50 does work on problem set 4 filter more CS50X/Introduction to computer science CHECK50 does work on problem set 4 filter-less Apr 4, 2023
@rongxin-liu
Copy link
Contributor

rongxin-liu commented Apr 4, 2023

Please follow the latest problem set specification and check your code against the check50 tests for 2023.
https://cs50.harvard.edu/x/2023/psets/4/filter/less/

@Audran-wol
Copy link
Author

I respected every specification it still doesn't work then I tried using check50 tests for previous version then I worked I really can't figure this out I did no modification to the main neither bmp.h nor the helpers.h files the code works fine but somehow check50 still triggers this error of expected exit code 0, not 2
And what do you mean by against check50 sir ?
Please I really need to fix this if I want to proceed to the course

@rongxin-liu
Copy link
Contributor

Could you please attach a screenshot of the error message here?

I mean check your pset with

check50 cs50/problems/2023/x/filter/less

@Audran-wol
Copy link
Author

Audran-wol commented Apr 5, 2023

filter-less
Yes of course I did use check50 cs50/problems/2023/x/filter/less
At a point I thought maybe it was my vscode setup or commands 50 out of date then I used the cloud vscode setup for cs50 same error showed up

@rongxin-liu
Copy link
Contributor

rongxin-liu commented Apr 5, 2023

This particular error indicates your codes can not be compiled on our autograding platform. Please use https://code.cs50.io and make sure your code can compile on CS50 codespace.

@Audran-wol
Copy link
Author

itworked
Thank you sir it actually work I just had to update the CS50 codespace and use it as from now I will now use the CS50 codespace 📌👍👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants