fmt
This commit is contained in:
parent
52b546216e
commit
5bfef3f9dd
2
main.cpp
2
main.cpp
@ -333,7 +333,7 @@ void printScores(int *points, char blacklist) {
|
|||||||
|
|
||||||
for (int i = 25; i > -1; i--) {
|
for (int i = 25; i > -1; i--) {
|
||||||
if (arr[i].second.first != -1) {
|
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
|
(i == 25 || arr[i].second.second) && arr[i].first != blacklist
|
||||||
? arr[i].second.second
|
? arr[i].second.second
|
||||||
? " (tie)\n"
|
? " (tie)\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user