summaryrefslogtreecommitdiff
path: root/python/problems/functions/divisors/en.py
blob: d1e71c2c1bb559c5189bcd4c6af33ecf283b63b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# coding=utf-8

id = 230
name = 'Divisors'
slug = 'Divisors'

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

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

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