dither
@dither
dither
@dither
Basic User
Joined August 25, 2024
Last Active 603 days ago
- clion 怎么运行项目问答 devc++.zip|attachment (25.7 KB) clion.zip|attachment (164.8 KB) (这部分)代码应该没有问题,在 devc++ 中可以正常运行(如图 1),但是在 clion 中应该是先输出 please enter the number of the student: 然后再输入 但是却一直不输出,不清楚是怎么回事(如图二) 一开始是根本无法运行,然后我上网搜,以为是因为 clion 只能…186
- c 语言求助问答 求助,不清楚,这题哪里错了,自己运行的时候好像答案跟他是一样的。 #include <stdio.h> #include <stdlib.h> #include <string.h> struct book { char title[31]; float price; }; int main() { int n; scanf("%d", &n); if(n <= 0 || n >=…3119
- 最古老的语言用 ancient 可以吗?谈笑风生 搜了一下,好像一般用 the oldest language 的多,不能用 the most ancient language 吗?请问,它们在表示意思上有区别吗387
- 请问,有可以把矩阵快速等价标准形的方法吗问答 知乎上搜了一下,发现这个办法,但是试了一下,可是好像没用不清楚是哪里错了,请教1113
- 请问,我代码这样写哪里错了?(c 语言)谈笑风生 求助,我代码这样写哪里错了: #include <stdio.h> #include <stdbool.h> int main(void) { char input[1000]; int currentnumber = 0,result = 0; bool error = false; char lastOp = '+'; int i = 0; fgets(input, sizeof(input), stdin)…4162