| 123 | auto Settings::getRejudgeTimes() const -> int { return rejudgeTimes; } |
| 124 | |
| 125 | auto Settings::getMaxJudgingThreads() const -> int { return maxJudgingThreads; } |
| 126 | |
| 127 | auto Settings::getDefaultExtraTimeRatio() const -> double { return defaultExtraTimeRatio; } |
| 128 |
no outgoing calls
no test coverage detected