Skip to content

Commit

Permalink
[bench] log score
Browse files Browse the repository at this point in the history
  • Loading branch information
catatsuy committed Sep 6, 2019
1 parent 72e765a commit 551d913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/bench/main.go
Expand Up @@ -209,6 +209,8 @@ func main() {
penalty += int64(5000 * (1 + (tCnt-200)/100))
}

log.Print(score, penalty)

score -= penalty

// 0点以下なら失格
Expand Down

0 comments on commit 551d913

Please sign in to comment.