<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<flowchartSaveContainer>
    <flowchart>
        <mainSegment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="layoutSegment" xmlID="0">
            <element xsi:type="layoutElement" xmlID="1" parentSegment="0">
                <startEnd>
                    <borderColor>0,0,0,255</borderColor>
                    <shapeUpColor>255,255,255,255</shapeUpColor>
                    <shapeDownColor>230,230,230,255</shapeDownColor>
                    <hasShadow>true</hasShadow>
                    <commandsValid>true</commandsValid>
                    <value>Začátek</value>
                </startEnd>
            </element>
            <element xsi:type="layoutElement" xmlID="3" parentSegment="0">
                <process>
                    <borderColor>0,0,0,255</borderColor>
                    <shapeUpColor>255,255,255,255</shapeUpColor>
                    <shapeDownColor>230,230,230,255</shapeDownColor>
                    <hasShadow>true</hasShadow>
                    <customValue>SUMA = 0</customValue>
                    <defaultValue>SUMA ← 0</defaultValue>
                    <commands>
                        <entry key="var">SUMA</entry>
                        <entry key="value">0</entry>
                    </commands>
                    <commandsValid>true</commandsValid>
                    <value>SUMA = 0</value>
                </process>
            </element>
            <element xsi:type="layoutElement" xmlID="4" parentSegment="0">
                <process>
                    <borderColor>0,0,0,255</borderColor>
                    <shapeUpColor>255,255,255,255</shapeUpColor>
                    <shapeDownColor>230,230,230,255</shapeDownColor>
                    <hasShadow>true</hasShadow>
                    <customValue>i = 0</customValue>
                    <defaultValue>i ← 0</defaultValue>
                    <commands>
                        <entry key="var">i</entry>
                        <entry key="value">0</entry>
                    </commands>
                    <commandsValid>true</commandsValid>
                    <value>i = 0</value>
                </process>
            </element>
            <element xsi:type="layoutElement" xmlID="5" parentSegment="0">
                <io>
                    <borderColor>0,0,0,255</borderColor>
                    <shapeUpColor>255,255,255,255</shapeUpColor>
                    <shapeDownColor>230,230,230,255</shapeDownColor>
                    <hasShadow>true</hasShadow>
                    <customValue>čti R</customValue>
                    <defaultValue>R ←</defaultValue>
                    <commands>
                        <entry key="var">R</entry>
                    </commands>
                    <commandsValid>true</commandsValid>
                    <value>čti R</value>
                </io>
            </element>
            <element xsi:type="layoutElement" xmlID="6" parentSegment="0">
                <process>
                    <borderColor>0,0,0,255</borderColor>
                    <shapeUpColor>255,255,255,255</shapeUpColor>
                    <shapeDownColor>230,230,230,255</shapeDownColor>
                    <hasShadow>true</hasShadow>
                    <customValue>MIN = R</customValue>
                    <defaultValue>MIN ← R</defaultValue>
                    <commands>
                        <entry key="var">MIN</entry>
                        <entry key="value">R</entry>
                    </commands>
                    <commandsValid>true</commandsValid>
                    <value>MIN = R</value>
                </process>
            </element>
            <element xsi:type="layoutElement" xmlID="7" parentSegment="0">
                <process>
                    <borderColor>0,0,0,255</borderColor>
                    <shapeUpColor>255,255,255,255</shapeUpColor>
                    <shapeDownColor>230,230,230,255</shapeDownColor>
                    <hasShadow>true</hasShadow>
                    <customValue>MAX = R</customValue>
                    <defaultValue>MAX ← R</defaultValue>
                    <commands>
                        <entry key="var">MAX</entry>
                        <entry key="value">R</entry>
                    </commands>
                    <commandsValid>true</commandsValid>
                    <value>MAX = R</value>
                </process>
            </element>
            <element xsi:type="layoutElement" xmlID="9" parentSegment="0">
                <loopStart>
                    <borderColor>0,0,0,255</borderColor>
                    <shapeUpColor>255,255,255,255</shapeUpColor>
                    <shapeDownColor>230,230,230,255</shapeDownColor>
                    <hasShadow>true</hasShadow>
                    <defaultValue>R≠0</defaultValue>
                    <commands>
                        <entry key="condition">R!=0</entry>
                    </commands>
                    <commandsValid>true</commandsValid>
                    <value>R≠0</value>
                    <overHanged>true</overHanged>
                </loopStart>
                <segment xsi:nil="true"/>
                <segment xsi:type="layoutSegment" xmlID="10" parentElement="9">
                    <element xsi:type="layoutElement" xmlID="11" parentSegment="10">
                        <process>
                            <borderColor>0,0,0,255</borderColor>
                            <shapeUpColor>255,255,255,255</shapeUpColor>
                            <shapeDownColor>230,230,230,255</shapeDownColor>
                            <hasShadow>true</hasShadow>
                            <customValue>i = i + 1</customValue>
                            <defaultValue>i ← i + 1</defaultValue>
                            <commands>
<entry key="var">i</entry>
<entry key="value">i + 1</entry>
                            </commands>
                            <commandsValid>true</commandsValid>
                            <value>i = i + 1</value>
                        </process>
                    </element>
                    <element xsi:type="layoutElement" xmlID="12" parentSegment="10">
                        <process>
                            <borderColor>0,0,0,255</borderColor>
                            <shapeUpColor>255,255,255,255</shapeUpColor>
                            <shapeDownColor>230,230,230,255</shapeDownColor>
                            <hasShadow>true</hasShadow>
                            <customValue>SUMA = SUMA + R</customValue>
                            <defaultValue>SUMA ← SUMA + R</defaultValue>
                            <commands>
<entry key="var">SUMA</entry>
<entry key="value">SUMA + R</entry>
                            </commands>
                            <commandsValid>true</commandsValid>
                            <value>SUMA = SUMA + R</value>
                        </process>
                    </element>
                    <element xsi:type="layoutElement" xmlID="14" parentSegment="10">
                        <decision>
                            <borderColor>0,0,0,255</borderColor>
                            <shapeUpColor>255,255,255,255</shapeUpColor>
                            <shapeDownColor>230,230,230,255</shapeDownColor>
                            <hasShadow>true</hasShadow>
                            <defaultValue>R&gt;MAX</defaultValue>
                            <commands>
<entry key="condition">R&gt;MAX</entry>
                            </commands>
                            <commandsValid>true</commandsValid>
                            <value>R&gt;MAX</value>
                        </decision>
                        <segment xsi:type="layoutSegment" xmlID="15" parentElement="14">
                            <description>Ne</description>
                        </segment>
                        <segment xsi:type="layoutSegment" xmlID="16" parentElement="14">
                            <element xsi:type="layoutElement" xmlID="20" parentSegment="16">
<process>
    <borderColor>0,0,0,255</borderColor>
    <shapeUpColor>255,255,255,255</shapeUpColor>
    <shapeDownColor>230,230,230,255</shapeDownColor>
    <hasShadow>true</hasShadow>
    <customValue>MAX = R</customValue>
    <defaultValue>MAX ← R</defaultValue>
    <commands>
        <entry key="var">MAX</entry>
        <entry key="value">R</entry>
    </commands>
    <commandsValid>true</commandsValid>
    <value>MAX = R</value>
</process>
                            </element>
                            <description>Ano</description>
                        </segment>
                    </element>
                    <element xsi:type="layoutElement" xmlID="17" parentSegment="10">
                        <decision>
                            <borderColor>0,0,0,255</borderColor>
                            <shapeUpColor>255,255,255,255</shapeUpColor>
                            <shapeDownColor>230,230,230,255</shapeDownColor>
                            <hasShadow>true</hasShadow>
                            <defaultValue>R&lt;MIN</defaultValue>
                            <commands>
<entry key="condition">R&lt;MIN</entry>
                            </commands>
                            <commandsValid>true</commandsValid>
                            <value>R&lt;MIN</value>
                        </decision>
                        <segment xsi:type="layoutSegment" xmlID="18" parentElement="17">
                            <description>Ne</description>
                        </segment>
                        <segment xsi:type="layoutSegment" xmlID="19" parentElement="17">
                            <element xsi:type="layoutElement" xmlID="21" parentSegment="19">
<process>
    <borderColor>0,0,0,255</borderColor>
    <shapeUpColor>255,255,255,255</shapeUpColor>
    <shapeDownColor>230,230,230,255</shapeDownColor>
    <hasShadow>true</hasShadow>
    <customValue>MIN = R</customValue>
    <defaultValue>MIN ← R</defaultValue>
    <commands>
        <entry key="var">MIN</entry>
        <entry key="value">R</entry>
    </commands>
    <commandsValid>true</commandsValid>
    <value>MIN = R</value>
</process>
                            </element>
                            <description>Ano</description>
                        </segment>
                    </element>
                    <element xsi:type="layoutElement" xmlID="13" parentSegment="10">
                        <io>
                            <borderColor>0,0,0,255</borderColor>
                            <shapeUpColor>255,255,255,255</shapeUpColor>
                            <shapeDownColor>230,230,230,255</shapeDownColor>
                            <hasShadow>true</hasShadow>
                            <customValue>čti R</customValue>
                            <defaultValue>R ←</defaultValue>
                            <commands>
<entry key="var">R</entry>
                            </commands>
                            <commandsValid>true</commandsValid>
                            <value>čti R</value>
                        </io>
                    </element>
                </segment>
            </element>
            <element xsi:type="layoutElement" xmlID="8" parentSegment="0">
                <loopEnd>
                    <borderColor>0,0,0,255</borderColor>
                    <shapeUpColor>255,255,255,255</shapeUpColor>
                    <shapeDownColor>230,230,230,255</shapeDownColor>
                    <hasShadow>true</hasShadow>
                    <commandsValid>true</commandsValid>
                    <value></value>
                </loopEnd>
            </element>
            <element xsi:type="layoutElement" xmlID="22" parentSegment="0">
                <decision>
                    <borderColor>0,0,0,255</borderColor>
                    <shapeUpColor>255,255,255,255</shapeUpColor>
                    <shapeDownColor>230,230,230,255</shapeDownColor>
                    <hasShadow>true</hasShadow>
                    <defaultValue>i&gt;0</defaultValue>
                    <commands>
                        <entry key="condition">i&gt;0</entry>
                    </commands>
                    <commandsValid>true</commandsValid>
                    <value>i&gt;0</value>
                </decision>
                <segment xsi:type="layoutSegment" xmlID="23" parentElement="22">
                    <element xsi:type="layoutElement" xmlID="27" parentSegment="23">
                        <io>
                            <borderColor>0,0,0,255</borderColor>
                            <shapeUpColor>255,255,255,255</shapeUpColor>
                            <shapeDownColor>230,230,230,255</shapeDownColor>
                            <hasShadow>true</hasShadow>
                            <customValue>tisk "Nebyly zadány hodnoty R!"</customValue>
                            <defaultValue>"Nebyly zadány hodnoty R!" →</defaultValue>
                            <commands>
<entry key="value">"Nebyly zadány hodnoty R!"</entry>
                            </commands>
                            <commandsValid>true</commandsValid>
                            <value>tisk "Nebyly zadány hodnoty R!"</value>
                        </io>
                    </element>
                    <description>Ne</description>
                </segment>
                <segment xsi:type="layoutSegment" xmlID="24" parentElement="22">
                    <element xsi:type="layoutElement" xmlID="25" parentSegment="24">
                        <process>
                            <borderColor>0,0,0,255</borderColor>
                            <shapeUpColor>255,255,255,255</shapeUpColor>
                            <shapeDownColor>230,230,230,255</shapeDownColor>
                            <hasShadow>true</hasShadow>
                            <defaultValue>PRUMER ← SUMA / i</defaultValue>
                            <commands>
<entry key="var">PRUMER</entry>
<entry key="value">SUMA / i</entry>
                            </commands>
                            <commandsValid>true</commandsValid>
                            <value>PRUMER ← SUMA / i</value>
                        </process>
                    </element>
                    <element xsi:type="layoutElement" xmlID="26" parentSegment="24">
                        <io>
                            <borderColor>0,0,0,255</borderColor>
                            <shapeUpColor>255,255,255,255</shapeUpColor>
                            <shapeDownColor>230,230,230,255</shapeDownColor>
                            <hasShadow>true</hasShadow>
                            <customValue>PRUMER</customValue>
                            <defaultValue>PRUMER →</defaultValue>
                            <commands>
<entry key="value">PRUMER</entry>
                            </commands>
                            <commandsValid>true</commandsValid>
                            <value>PRUMER</value>
                        </io>
                    </element>
                    <element xsi:type="layoutElement" xmlID="30" parentSegment="24">
                        <io>
                            <borderColor>0,0,0,255</borderColor>
                            <shapeUpColor>255,255,255,255</shapeUpColor>
                            <shapeDownColor>230,230,230,255</shapeDownColor>
                            <hasShadow>true</hasShadow>
                            <customValue>MIN</customValue>
                            <defaultValue>MIN →</defaultValue>
                            <commands>
<entry key="value">MIN</entry>
                            </commands>
                            <commandsValid>true</commandsValid>
                            <value>MIN</value>
                        </io>
                    </element>
                    <element xsi:type="layoutElement" xmlID="28" parentSegment="24">
                        <io>
                            <borderColor>0,0,0,255</borderColor>
                            <shapeUpColor>255,255,255,255</shapeUpColor>
                            <shapeDownColor>230,230,230,255</shapeDownColor>
                            <hasShadow>true</hasShadow>
                            <customValue>MAX</customValue>
                            <defaultValue>MAX →</defaultValue>
                            <commands>
<entry key="value">MAX</entry>
                            </commands>
                            <commandsValid>true</commandsValid>
                            <value>MAX</value>
                        </io>
                    </element>
                    <description>Ano</description>
                </segment>
            </element>
            <element xsi:type="layoutElement" xmlID="2" parentSegment="0">
                <startEnd>
                    <borderColor>0,0,0,255</borderColor>
                    <shapeUpColor>255,255,255,255</shapeUpColor>
                    <shapeDownColor>230,230,230,255</shapeDownColor>
                    <hasShadow>true</hasShadow>
                    <commandsValid>true</commandsValid>
                    <value>Konec</value>
                </startEnd>
            </element>
        </mainSegment>
    </flowchart>
</flowchartSaveContainer>
