- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
<分区>
我已经检查了我所有的字符串和数组。在我看来没有任何问题。我的包含语句可能是问题所在。也许我错过了一个。我是一个新手程序员。所以我不知道为什么这段代码不起作用。它看起来不错,应该绝对有效。
#include<iostream>
#include<cstdlib>
#include<ctime>
#include<fstream>
#include<string>
using namespace std;
int main()
{
int i;
char response;
char answers[20];
char uresponse[20];
int score=0;
srand(time(0));
int test_num = rand() % 2+1;
// cout << test_num << endl;
if (test_num == 1)
{
string line;
ifstream myfile ("form1.txt");
getline (myfile,line);
// cout<< line<<endl;
for (int i = 0; i <= 19; i++)
{
answers[i] = line[i*2];
// cout<<answers[i]<<endl;
}
getline (myfile,line);
if ( myfile.is_open())
{
int x = 0;
while ( myfile.good() )
{
char answers[20];
string line;
getline (myfile,line);
// cout<< line << endl;
if( line == "")
{
cout << "Enter answer: ";
cin >> response;
if(response == 'a', 'A' || response == 'b', 'B' || response == 'c', 'C' || response == 'd', 'D')
{
response = response;
}
else
{
cout << "ERROR. You must enter A, B, C, or D. Please re-enter: ";
cin >> response;
}
response = toupper(response);
uresponse[x] = response;
x++;
}
}
// cout << uresponse <<endl;
// system("pause");
}
else
{
myfile.close();
}
}
else
{
string line;
ifstream myfile ("form2.txt");
getline (myfile,line);
// cout<< line<<endl;
for (int i = 0; i <= 19; i++)
{
answers[i] = line[i*2];
// cout<<answers[i]<<endl;
}
getline (myfile,line);
if ( myfile.is_open())
{
int x = 0;
while ( myfile.good() )
{
char answers[20];
string line;
getline (myfile,line);
// cout << line << endl;
if( line == "")
{
cout << "Enter answer:";
cin >> response;
if(response == 'a', 'A' || response == 'b', 'B' || response == 'c', 'C' || response == 'd', 'D')
{
response = response;
}
else
{
cout << "ERROR:You must enter A, B, C, or D. Please re-enter:";
cin >> response;
}
response = toupper(response);
uresponse[x] = response;
x++;
}
}
// cout<<uresponse<<endl;
// system("pause");
}
else
{
myfile.close();
}
}
for (int j=0; j<20; j++)
{
if (answers[j] == uresponse[j])
score += 1;
}
if(score >15)
{
cout << "CONGRATULATIONS! You Passed with a score of ";
cout << score << endl;
system("pause");
}
else
{
cout<< "You Failed with a score of ";
cout << score << endl;
system("pause");
}
system("pause");
return 0;
}`enter code here`
目前我使用服务器接收 GCP Pub/Sub 消息,我想执行 Purchase.Subscriptions:acknowledge调用以确认在服务器收到通知时尚未确认的订阅。 这是场景... 用户购
在 SQL Server 中,在“订阅端”,如何知道表是否处于复制/订阅状态? 有什么想法吗? 最佳答案 我不确定这个问题是否有一个简单的答案,并且我认为答案可能会根据复制类型的不同而有所不同。我认为
我正在使用 Angular 5 并使用 subscribe() 订阅了一个 observable方法。我想知道是否只调用unsubscribe()订阅上的方法足以清理所有内容,或者我也应该调用 rem
我似乎无法解决这个问题。下面是我的代码: #include #include #include _Bool are_anagrams (const char *word1, const char *w
当我使用 gcc -Wall 运行程序时,我得到了 warning: array subscript has type ‘char’ 请帮我看看哪里出了问题。警告显示在第 20:7 和 21:7 行。
我有一个来自 BlockCollection 的 Observable,我像队列一样使用它 IObservable GetObservable() { _queue.GetConsum
错误 1:当我尝试从元数据中获取 stringValue 时,在 Swift3 中显示上述错误: let myMetadata: AVMetadataMachineReadableCodeObject
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎与 help center 中定义的范围内的编程无关。 . 关闭 9 年前。 Improve
我正在将Paypal的订阅整合到我的网络服务中。。我想知道当我收到onApprove回调(Java SDK)时,订阅是否被激活。。这也意味着onApprove回调是否等同于从WebHook接收通知事件
这个问题在这里已经有了答案: Warning: array subscript has type char (3 个答案) 关闭 3 年前。 问题是这个警告在 15 和 18 警告:数组下标的类型为
根据卷积定理,卷积运算在傅里叶域变为逐点乘法——这里我有'fft_x'的形状(批量大小,高度,宽度,in_channels)这是输入数据的fft和类似的形状(高度,宽度,in_channels,out
我正在按照该教程进行操作,我正在运行带有 cygwin 编译器的 WindowsXP 32 位,该教程要求我运行以下代码: #include #include // forward declara
我有一个网站,我想实现付费订阅服务。它是一项简单的服务,只有两种类型的计划。现在,生病只是使用 Paypal 。但是在开始之前我有点迷茫,主要是数据模型。 我现在的主要问题是,我需要为每个订阅保留哪些
我们可以仅依靠subscr_eot来激活/停用帐户吗? 假设我们有以下情形: 在9/16,客户使用Paypal支付每月定期费用 服务。 24小时后, Paypal (Paypal)发送“subscr_
我的应用程序已在我的模拟器上完成,但当我尝试在我的手机上使用时,我遇到了 2 个错误 “下标”的使用不明确 我正在阅读这篇文章,但无法修复它。 How to solve Ambiguous use o
我在尝试使用下标访问范围的第 n 个元素时遇到问题。代码 super 简单: var range = 0.. = 0..)[0] 但是这些都没有解决问题。有没有办法让 Xcode 消除对 subscr
我是 angualr 2 的新手。我正在做一个小的练习应用程序。我有一个用户登录时的身份验证服务。这是它的登录功能。 login(email:string, password:string){
我是 Swift 的初学者,对运算符没有任何高级知识。 我有以下类(class) class Container { var list: [Any] = []; } 我想实现运算符 subscr
我正在尝试从 99 张纸中复制第二行,并将它们一个接一个地添加到第 100 张纸中。 vba 代码如下,但是我不断收到以下错误: 运行时错误'9': 下标超出范围 Sub copyrow()
我正在尝试在 Excel 中的 VBA 中创建一个宏,以将一个工作表的内容复制到另一个工作表(最终将升级为将内容从一个工作簿复制到另一个工作簿,但需要先证明这个概念)但我一直遇到运行时错误'9':“下
我是一名优秀的程序员,十分优秀!