"tests/vscode:/vscode.git/clone" did not exist on "fa35750d3ba8c2aadac4ce33515be302e12d00fc"
Commit 88437509 authored by yangql's avatar yangql
Browse files

Update main.cpp

parent afe0131d
...@@ -66,13 +66,13 @@ int main() ...@@ -66,13 +66,13 @@ 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();
score.clear(); score.clear();
} }
return 0; 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