英文: Array reading max as one more than input 问题 警告:我对编程极为陌生。如果这段代码看起来很混乱,那是因为确实如此。 我曾经把这段代码完美地运行起来……...
循环在输入数组时未正常工作。
英文: Loop is not working properly while taking input in array 问题 scanf的循环对于索引(索引为2)不起作用。在printf循环中,两个...
x86代码读取输入并存入本地变量中?
英文: x86 code to read in input into a local variable? 问题 我是新来的,对x86汇编不太熟悉,已经阅读了这篇帖子,讨论了在NASM x86中使用sc...
The times when we have to use `scanf(“\n”)` and `scanf(“%*c”)`
英文: The times when we have to use `scanf("\n")` and `scanf("%*c")` 问题 在C语言中,当我们在...
将sscanf应用于元组,元组未完全更新。
英文: std::apply-ing sscanf into a tuple, tuple not fully updating 问题 以下是您提供的内容的翻译部分: 我有一串结构化的数据字符串,我想...
使用scanf定义大小时出现分段错误
英文: Seg fault when using scanf to define the size 问题 I have a strange issue with my code: 我在我的代码中遇到了...
scanf()在do-while循环中的未定义行为
英文: Undefined behaviour of scanf() in a do-while loop 问题 char ch; do { scanf("%c", &ch);...
C程序在使用scanf后不会使用printf。
英文: C program won't use printf after scanf 问题 我是新手C语言编程,正在编写一个非常简单的C程序,它只接受输入然后将其回显。代码显示了第一个prin...
如何在Apple Silicon (aarch64 macos)汇编中使用_scanf来读取用户输入?
英文: How to use _scanf in Apple Silicon (aarch64 macos) assembly to read in user input? 问题 I'm new to...
C 输出混淆
英文: C output confusion 问题 我正在尝试学习一些C语言,但遇到了困难。 我有这个任务:'编写一个C程序,确定输入的一系列整数数字的最小值和最大值,以字符串"done&q...
3