summaryrefslogtreecommitdiff
path: root/python/problems/recursion/find_sum/en.py
blob: 0d1807cd42d240a5abbcba5d9028b2ad49b7807d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
id = 20809
name = 'Find sum'

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

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

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