summaryrefslogtreecommitdiff
path: root/prolog/problems/clp_r/megabytes_2/common.py
blob: e528c3c3c39fae1bac792da697a47303b1182910 (plain)
1
2
3
4
5
6
7
8
9
id = 160
group = 'clp_r'
number = 65
visible = True
facts = None

solution = '''\
megabytes(SI, IEC) :-
    { SI * 2^20 = IEC * 10^6 }.'''