Newest Questions

0 votes
0 answers
3 views

I am working my way through the cs50 course, and I am a little stumped on the readbility porblem. I can't figure out where my code is wrong, but i assume it is in the bottom section defining different ...
Pierre Totari's user avatar
0 votes
0 answers
2 views

I am a CS50 student from Paraguay exploring ideas for my final project. In my country, there are significant administrative challenges in public hospitals. One specific problem is the delivery of ...
giannina fischer's user avatar
0 votes
0 answers
3 views

#include <cs50.h> #include <stdio.h> int main(void) { long number = get_long("number: "); int length = 0; long temp2 = number; long temp3 = number; int sum = 0; // to calculate ...
Arsany Amir's user avatar
0 votes
1 answer
10 views

In CS50x, I am having a bit of trouble with data structures. I am currently watching the lecture for Data Structures - Week 5 and I don't really understand what al of the log n variations mean. I ...
GeorgeIsBetter's user avatar
0 votes
0 answers
9 views

Environment & Setup OS: Windows 11 with WSL (Ubuntu) Python: 3.12 (conda virtual environment named cs50-ai) Tool: check50 installed via pip in the conda environment Working Directory: ./degrees (...
Lumiat's user avatar
  • 1
0 votes
0 answers
14 views

#include <cs50.h> #include <stdio.h> int main(void) { int n; do { n = get_int("Positive Number:\n"); // continue function is googled if (n > 8) { continue; } for (int i = 0; i ...
Mohamed's user avatar
0 votes
0 answers
15 views

-- i have 8 names and the thief is among them and license -- i have two numbers of reciever and caller suspect -- i have 8 ACcount numbers of the thief people who withdraw werly in the morning -- 8 ...
Jeremiah happiness's user avatar
0 votes
1 answer
35 views

I am trying to just make the code work, having a working check function, a totally basic hash function, loading and unloading correctly... And it seems to work fine, except that the program is not ...
Cozy's user avatar
  • 1
0 votes
0 answers
24 views

i'm trying to complete pSet4 Volume, where i need to amplify a WAV audio file, but I just can't download the file to test if it works. Here it says to Ctrl-Click on the file to download it, but that ...
Gabriel Sawicki's user avatar
0 votes
1 answer
12 views

When I run the code normally, all the expected parts print, resulting in MISSPELLED WORDS WORDS MISSPELLED: 0 WORDS IN DICTIONARY: 143091 WORDS IN TEXT: 6 TIME IN load: 0.04 TIME ...
Luke's user avatar
  • 1
0 votes
1 answer
31 views

in the pset7 for Regex, check50 keeps giving me the following error ":( correct working.py passes all test_working checks expected exit code 0, not 1" I tried lot of variations of the code ...
MeedWzn's user avatar
0 votes
1 answer
15 views

👋 I'm hitting a super frustrating technical wall with submit50 and would really appreciate your help. I'm trying to submit the plates.py problem (PSet 2/5 - Tests), and I'm totally blocked. Context &...
Ed_35's user avatar
  • 1
0 votes
0 answers
15 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
0 votes
1 answer
40 views

import sys def main(): try: filename = sys.argv[1] extension = filename.split(".")[-1] if extension != "py": sys.exit("Not a Python ...
Rithik Kumar R's user avatar
0 votes
1 answer
30 views

For some reason this week, no matter what browser or device I log in to VSCode with (using the link to VSCode from CS50x 2025, the ddb cs50.ai and the ability to select, right-click, and Explain ...
Joseph J Filoramo's user avatar

15 30 50 per page
1
2 3 4 5
906