This commit is contained in:
Sandipsinh Rathod 2024-10-11 12:38:35 -04:00
parent 52b546216e
commit 5bfef3f9dd
No known key found for this signature in database

@ -333,7 +333,7 @@ void printScores(int *points, char blacklist) {
for (int i = 25; i > -1; i--) {
if (arr[i].second.first != -1) {
pt arr[i].first << ": " << arr[i].second.first << " boxes" << (
pt "Player " << arr[i].first << " has " << arr[i].second.first << " boxes" << (
(i == 25 || arr[i].second.second) && arr[i].first != blacklist
? arr[i].second.second
? " (tie)\n"