summaryrefslogtreecommitdiff
path: root/python/problems/recursion/maxroom/en.py
blob: a87681283147d6b8396dcf6661a63f61a11df421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
id = 20812
name = 'Max room'

description = '''\
<p>(translation missing)</p>'''

hint = {
    'plan': '''\
<p>(translation missing)</p>''',

    'no_input_call': '''\
<p>(translation missing)</p>''',
}