fmt
This commit is contained in:
parent
caf1b6d08e
commit
787b320130
3
main.cpp
3
main.cpp
@ -149,7 +149,8 @@ void printScores(int *points) {
|
|||||||
|
|
||||||
for (int i = 0; i < 26; i++) {
|
for (int i = 0; i < 26; i++) {
|
||||||
if (arr[i].second != -1) {
|
if (arr[i].second != -1) {
|
||||||
pt arr[i].first << ": " << arr[i].second << " boxes" << (i == 25 || prev == arr[i].second ? " (win) \n" : nl);
|
pt arr[i].first << ": " << arr[i].second << " boxes" << (
|
||||||
|
i == 25 || prev == arr[i].second ? " (win) \n" : nl);
|
||||||
prev = arr[i].second;
|
prev = arr[i].second;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user