Ticket 17231
Problem 1920 -e
Submission 1
View hacks & all small testcases

Unable to dry run this testcase?
Try making a new request with small values of n_high, t_high, *_high, etc.


Retry
Input
2
5 2
9 3
Expected Output
6
54
Your Output
dp[n][x][y] : (0, 0) : 3
dp[n][x][y] : (0, 1) : 3
dp[n][x][y] : (1, 0) : 1
7
dp[n][x][y] : (0, 0) : 28
dp[n][x][y] : (0, 1) : 28
dp[n][x][y] : (0, 2) : 28
dp[n][x][y] : (1, 0) : 13
dp[n][x][y] : (1, 1) : 7
dp[n][x][y] : (2, 0) : 6
110
Difference
Generator Parameters
--k_high 3 --k_low 1 --n_high 9 --n_low 1 --t_high 2 --t_low 1