Update pretty much everything so that it compiles
Also update the script so that it uses the correct executable
This commit is contained in:
@@ -219,7 +219,7 @@ class solution {
|
||||
sequence10.reserve(boxes.size());
|
||||
sequence11.reserve(boxes.size());
|
||||
|
||||
for (size_t i = 0; i < choice; i++) {
|
||||
for (size_t i = 0; i < (size_t)choice; i++) {
|
||||
if (boxes[choice].swappable10(boxes[i], capacity)) {
|
||||
sequence10.push_back((int)i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user