Update pretty much everything so that it compiles

Also update the script so that it uses the correct executable
This commit is contained in:
2024-10-15 23:19:06 -03:00
parent 5f153a71d3
commit 0a47e5ffcb
4 changed files with 11 additions and 10 deletions

View File

@@ -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);
}