poj.org上的问题修改

2025-02-24 23:32:44
推荐回答(1个)
回答1:

Output a blank line after each set.


cout << "Set #" << num << endl;
cout << "The minimum number of moves is " << bu << "." << endl;
cout << endl; // Add this line