summaryrefslogtreecommitdiff
path: root/prolog/problems/dcg/flower_2/sl.py
blob: 941c59aa816be30377c6ef6de1f6a842a9f50f40 (plain)
1
2
3
4
5
6
7
8
9
name = 'flower/2'
slug = 'Besede v obliki "rožice", npr. +++--+++'

description = '''\
<p>Napiši gramatiko z začetnim simbolom <code>flower</code> za jezik <code>+<sup>n</sup>-<sup>m</sup>+<sup>n</sup></code>, kjer je m > 0 in n ≥ 0.</p>
<p>Primeri veljavnih besed: <code>-</code>, <code>++-++</code>, <code>+---+</code>.</p>
'''

hint = {}