Commit 88437509 authored by yangql's avatar yangql
Browse files

Update main.cpp

parent afe0131d
......@@ -66,13 +66,13 @@ int main()
std::cout << question;
for(int j=0; j<result.size();++j)
{
std::cout<<result[j]<<std::endl;
std::cout<<result[j];
}
std::cout << std::endl;
// 清除数据
input_id.clear();
result.clear();
score.clear();
}
return 0;
}
\ No newline at end of file
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment