From 5bfef3f9ddc1188ab9d94b3c9dad2d13b22f399c Mon Sep 17 00:00:00 2001 From: Sandipsinh Rathod Date: Fri, 11 Oct 2024 12:38:35 -0400 Subject: [PATCH] fmt --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 7f77e37..d028589 100644 --- a/main.cpp +++ b/main.cpp @@ -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"