Skip to content

Commit 32594f4

Browse files
committed
Update chulltrickdynamic.cpp
1 parent 1019932 commit 32594f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/dynamic-programming/chulltrickdynamic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ struct CHT : public multiset<line> {
3737
line l = *lower_bound(line{x, is_query});
3838
return l.m*x + l.b;
3939
}
40-
};x
40+
};

0 commit comments

Comments
 (0)