英文: CS50 Pset 4 edges: Image is static 问题 #include "helpers.h" #include <math.h> #incl...
check50期望在numb3rs.py中的退出代码为0而不是1。
英文: check50 expects exit code 0 not 1 in numb3rs.py 问题 我会为你翻译以下内容: 我正在尝试解决cs50的Python编程入门问题集7中的numb3...
关于CS50x问题集4“更多滤镜”(灰度和模糊函数)的代码审查。
英文: Review on code from CS50x Problem Set 4 "Filter More" (Grayscale and Blur functions) 问...
在处理不包含元音字母的 CS50 问题时,遇到了关于 strcat 的错误。
英文: doing the no-vowels cs50 problem and ran into an error with strcat 问题 在运行我的程序时,我遇到了错误: #include ...
如何打开递增的单个文件?
英文: How do I open individual files that increment up? 问题 #include <stdio.h> #include <stdli...
CS50第6周的PSET现金在while循环中未正确执行。
英文: CS50 week 6 PSET cash doesn't follow through while loop properly 问题 我正在尝试实现一个程序,该程序接收所需的找零金额...
我的对于CS50实验5:继承的理解正确吗?
英文: Is my understanding of CS50 Lab 5: Inheritance correct? 问题 你的问题中有一些需要解释的点,我会分别回答它们: 在代码中,使用mallo...
变量为什么突然变成0?(C语言)
英文: why does the variable become 0 suddenly?(c language) 问题 我练习基本的编程,所以我编写了一段代码来询问用户的姓名,然后我想逐个字符打印用户...
只在我的代码中接收到无效的信用 CS50。
英文: Only receiving invalid in my code for Credit CS50 问题 以下是您提供的代码的翻译部分: #include <cs50.h> #in...
Stuck with recover (cs50 pset4)
英文: Stuck with recover (cs50 pset4) 问题 这是我的当前代码。 #include <stdio.h> #include <stdlib.h> ...