修复了最后一个小人的 id 显示出问题的问题

master^2
A.C.Sukazyo Eyre 2022-10-26 23:50:08 +08:00
parent 0b60204e6b
commit 4836734b78
Signed by: Eyre_S
GPG Key ID: C17CE40291207874
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ int main () {
} }
std::cout << "=====" << std::endl std::cout << "=====" << std::endl
<< "最终剩下了小人 #" << (*first).id << " !" << std::endl; << "最终剩下了小人 #" << (*next_one).id << " !" << std::endl;
return 0; return 0;