You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3>Example</h3>
|
| <pre>
| <b>Input:</b>
| 2
| 3
| 4
| 5
| 0
|
| <b>Output:</b>
| Case 1, N = 2, # of different labelings = 1
| Case 2, N = 3, # of different labelings = 3
| Case 3, N = 4, # of different labelings = 16
| Case 4, N = 5, # of different labelings = 125
| </pre>
|
The text was updated successfully, but these errors were encountered:
kmyk
transferred this issue from online-judge-tools/oj
May 2, 2020
ex.
https://www.spoj.com/problems/MKLABELS/
The text was updated successfully, but these errors were encountered: