Commit 88437509 authored by yangql's avatar yangql
Browse files

Update main.cpp

parent afe0131d
...@@ -66,9 +66,9 @@ int main() ...@@ -66,9 +66,9 @@ int main()
std::cout << question; std::cout << question;
for(int j=0; j<result.size();++j) 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(); input_id.clear();
result.clear(); result.clear();
......
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