We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62fa619 commit 1ece738Copy full SHA for 1ece738
1 file changed
algorithmic/problems/17/interactor.cpp
@@ -114,7 +114,7 @@ int main(int argc, char* argv[]) {
114
}
115
116
double score_ratio = minScoreBoundedPct / 100.0;
117
- double unbounded_ratio = minRatioUnbounded;
+ double unbounded_ratio = minRatioUnbounded / 100.0;
118
119
quitp(score_ratio,
120
"all %d tests passed; Ratio: %.4f; RatioUnbounded: %.4f; total queries = %d",
0 commit comments