Skip to content

Commit 1ece738

Browse files
authored
Update interactor.cpp (#90)
17 interactor.cpp fixed
1 parent 62fa619 commit 1ece738

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

algorithmic/problems/17/interactor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ int main(int argc, char* argv[]) {
114114
}
115115

116116
double score_ratio = minScoreBoundedPct / 100.0;
117-
double unbounded_ratio = minRatioUnbounded;
117+
double unbounded_ratio = minRatioUnbounded / 100.0;
118118

119119
quitp(score_ratio,
120120
"all %d tests passed; Ratio: %.4f; RatioUnbounded: %.4f; total queries = %d",

0 commit comments

Comments
 (0)