Skip to main content

Questions tagged [check50]

Questions about using check50 to validate the output of your problem set solutions. When using this tag, please provide the command you used to run check50 and the full output of the program in the body of the question.

0 votes
0 answers
9 views

this is link of check50 https://submit.cs50.io/check50/143c4f4308fb94c873a339b84a0d061cecbb70e3 I'll write the code at the bottom. The hash table is designed with a recursive function-based pre-...
noctis's user avatar
  • 1
-1 votes
1 answer
76 views

My code keeps failing one of the check50 test cases for the Tic Tac Toe project: :( minimax finds only winning move Cause expected "(2, 0)", not "(0, 0)" Does anyone know what the ...
MSJ's user avatar
  • 1
0 votes
1 answer
65 views

I am finishing up CS50 finance, but I can't seem to pass this check. Everything is working, but when running check50 the error "expected to find "56.00" in page, but it wasn't found&...
wgrn98's user avatar
  • 1
0 votes
0 answers
36 views

I tested my code and all functions seem to be working fine, I don't know what else to do. This is the output from check50, there are no warnings or hints about what I might be doing wrong. https://...
gabi's user avatar
  • 1
0 votes
2 answers
82 views

I know this is one of the most frequently asked questions here, since I' ve spent more than an hour reading posts by people that faced similar problems. But still, I can't tell what's going on in my ...
Stavros Marinos's user avatar
0 votes
0 answers
23 views

#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "wav.h" int check_format(WAVHEADER header); int get_block_size(WAVHEADER ...
Bijal Shrestha's user avatar
0 votes
1 answer
62 views

When I run locally the program behaves as I think it should. But when I run it through check50 it fails saying that I dont reject inputs that I should reject. import random def main(): while True:...
Mathika Wariyapperuma's user avatar
0 votes
1 answer
41 views

can't seem to figure out the problem with the sell route code that check50 indicates this is my sell route code: @app.route("/sell", methods=["GET", "POST"]) @...
Michael's user avatar

15 30 50 per page
1
2 3 4 5
46