We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1019932 commit 32594f4Copy full SHA for 32594f4
code/dynamic-programming/chulltrickdynamic.cpp
@@ -37,4 +37,4 @@ struct CHT : public multiset<line> {
37
line l = *lower_bound(line{x, is_query});
38
return l.m*x + l.b;
39
}
40
-};x
+};
0 commit comments