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 a4ad027 commit 5f91432Copy full SHA for 5f91432
1 file changed
library/math/count_paths/count_paths_rectangle.hpp
@@ -7,6 +7,7 @@
7
//! @endcode
8
//! @time O((n + m)log(n + m))
9
//! @space O(n + m)
10
+using vl = vector<ll>;
11
array<vl, 2> get_right_and_top(vl left, vl bottom) {
12
array<vl, 2> res;
13
for (vl& cur : res) {
0 commit comments