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

CS50: Lab 6: Check50 results depend on "N" variable value #190

Open
Pakgor opened this issue May 9, 2023 · 1 comment
Open

CS50: Lab 6: Check50 results depend on "N" variable value #190

Pakgor opened this issue May 9, 2023 · 1 comment
Labels
CS50x CS50x

Comments

@Pakgor
Copy link

Pakgor commented May 9, 2023

The Lab 6 assignment implies setting "N" value up to 1 000 000. Larger "N" values increase program's execution time which at some point is followed by "timed out while waiting for program to exit" response from check50. A bit frustrating.

image
Check50 results with "N" equal to 1000 and 1 000 000.
execution time (N = 1 000 000) = 8.4s
execution time (N = 1 000) = 0.04s

@nighanxiety
Copy link

While the directions do have you changing N in order to fill out Answers.txt, I believe it's expected that you will reset N=1000 before submitting.

@rongxin-liu rongxin-liu transferred this issue from cs50/check50 Oct 4, 2023
@rongxin-liu rongxin-liu added the CS50x CS50x label Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CS50x CS50x
Projects
None yet
Development

No branches or pull requests

3 participants