我正在解决cs50中的set1_信用问题。程序工作正常,但是在输入信用卡号码后,我需要在键盘上输入任何字母,以便程序给我答案。以下是我的代码# include <stdio.h>
{ long long num2 = num;
int c = log10(num), i, sum , sum1, sum2 = 0, dig
example the key q, that a break is set and the while () loop closes
我发现的问题是,如果我使用一个输入()并将键保存为一个字符串,那将是在键盘输入等待点停止循环,但我要寻找的是,它没有一个停止等待键盘输入的点,但是如果在某个点按下q,循环就会结束,并且不会再次执行。