
digraph {
  bgcolor="transparent"

  node [penwidth=0.5 fontsize="12" shape="box" style="filled" fontcolor="white" fontname="Courier New"]
  edge [penwidth=2 fontsize="10" color="#0A1931" arrowsize=0.8 fontname="Courier New"]

#########
# NODES #
#########
  id_d4d28fcb_c00d_4086_9930_43b6be5d9ba1 [id="id_d4d28fcb_c00d_4086_9930_43b6be5d9ba1#Begin" pos="0.0,10000.0!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="Begin" tooltip="Begin" shape="ellipse" fillcolor="#8de4ff" color="#00799e" fontcolor="#982b13"] 
  id_a3bce270_2e6e_4d5b_b47d_c325fa1729e1 [id="id_a3bce270_2e6e_4d5b_b47d_c325fa1729e1#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="scores" tooltip="scores: IntegerArray" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_9f586828_7720_4bef_924f_199f6f75c9b6 [id="id_9f586828_7720_4bef_924f_199f6f75c9b6#Assign" pos="0.0,9998.125!" height=0.4 width=1.74 fixedsize=true group="fun-main"    label="scores[0] = 90" tooltip="scores[0] = 90" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_9dd78ac7_de49_407c_bd39_b1172f46203f [id="id_9dd78ac7_de49_407c_bd39_b1172f46203f#Assign" pos="0.0,9997.1875!" height=0.4 width=1.74 fixedsize=true group="fun-main"    label="scores[1] = 98" tooltip="scores[1] = 98" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_dccde1d0_1a07_4825_8599_253f19578bc4 [id="id_dccde1d0_1a07_4825_8599_253f19578bc4#Assign" pos="0.0,9996.25!" height=0.4 width=1.74 fixedsize=true group="fun-main"    label="scores[2] = 85" tooltip="scores[2] = 85" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_e8d5657b_fba0_458c_91f1_ff4004e4da1f [id="id_e8d5657b_fba0_458c_91f1_ff4004e4da1f#Assign" pos="0.0,9995.3125!" height=0.4 width=1.74 fixedsize=true group="fun-main"    label="scores[3] = 72" tooltip="scores[3] = 72" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_fda0f936_4264_40f5_9473_781534cfe0c8 [id="id_fda0f936_4264_40f5_9473_781534cfe0c8#Assign" pos="0.0,9994.375!" height=0.4 width=1.74 fixedsize=true group="fun-main"    label="scores[4] = 63" tooltip="scores[4] = 63" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_895806e2_9210_4227_9d4a_5c83094935cf [id="id_895806e2_9210_4227_9d4a_5c83094935cf#Declare" pos="0.0,9993.4375!" height=0.4 width=1.41 fixedsize=true group="fun-main"    label="sid = 61050" tooltip="sid: Integer = 61050" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_d15cb294_a9d9_4fdf_9735_3457ddc60311 [id="id_d15cb294_a9d9_4fdf_9735_3457ddc60311#Declare" pos="0.0,9992.5!" height=0.4 width=1.63 fixedsize=true group="fun-main"    label="index = sid%5" tooltip="index: Integer = sid%5" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_75596528_ce12_4727_b5e0_e6621a785234 [id="id_75596528_ce12_4727_b5e0_e6621a785234#Declare" pos="0.0,9991.5625!" height=0.4 width=2.29 fixedsize=true group="fun-main"    label="sc0 = scores[index]" tooltip="sc0: Integer = scores[index]" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_4a24c220_e9d9_41f6_8312_b56e6a74db00 [id="id_4a24c220_e9d9_41f6_8312_b56e6a74db00#If" pos="0.0,9990.625!" height=0.5 width=1.27 fixedsize=true group="fun-main" 
    label="sc0>=80" tooltip="sc0>=80" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_4a24c220_e9d9_41f6_8312_b56e6a74db00 [pos="1.25,9990.625!" shape=point width=0]
  false_dummy_up_id_4a24c220_e9d9_41f6_8312_b56e6a74db00 [pos="-1.25,9990.625!" shape=point width=0]
  
  id_8a009d50_a623_4a41_9b92_2fd6a9bc4e78 [id="id_8a009d50_a623_4a41_9b92_2fd6a9bc4e78#Output" pos="1.25,9989.6875!" height=0.4 width=1.0 fixedsize=true group="id_a05fc763_4f89_4153_a0b1_1ba4c4b3c32b"    label="sc0*2" tooltip="sc0*2" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_f06049e2_1c73_4d50_aa0b_87abe17b3e8f [id="id_f06049e2_1c73_4d50_aa0b_87abe17b3e8f#Output" pos="-1.25,9989.6875!" height=0.4 width=1.0 fixedsize=true group="id_d8ad77d2_416a_4f02_ad9b_4ffdc19f45a2"    label="sc0+100" tooltip="sc0+100" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  
  true_dummy_down_id_4a24c220_e9d9_41f6_8312_b56e6a74db00 [ pos="1.25,9988.75!" shape=point width=0]
  false_dummy_down_id_4a24c220_e9d9_41f6_8312_b56e6a74db00 [ pos="-1.25,9988.75!" shape=point width=0]
  
  end_id_4a24c220_e9d9_41f6_8312_b56e6a74db00 [id="end_id_4a24c220_e9d9_41f6_8312_b56e6a74db00#IfEnd" class="flowrun-not-selectable" pos="0.0,9988.75!" group="fun-main" fillcolor="#ffd166" color="#8f6400" fontcolor="black"
    label="" tooltip=" " shape="circle" fixedsize=true width=0.2 height=0.2]
  
  
  id_80fb4c60_4762_4dee_ba63_2c87dd076dac [id="id_80fb4c60_4762_4dee_ba63_2c87dd076dac#Return" pos="0.0,9987.8125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="End" tooltip="End" shape="ellipse" fillcolor="#8de4ff" color="#00799e" fontcolor="#982b13"] 

#########
# EDGES #
#########
  id_d4d28fcb_c00d_4086_9930_43b6be5d9ba1:s -> id_a3bce270_2e6e_4d5b_b47d_c325fa1729e1:n [id="id_d4d28fcb_c00d_4086_9930_43b6be5d9ba1@fun-main" tailtooltip=" " edgetooltip=" "]
  id_a3bce270_2e6e_4d5b_b47d_c325fa1729e1:s -> id_9f586828_7720_4bef_924f_199f6f75c9b6:n [id="id_a3bce270_2e6e_4d5b_b47d_c325fa1729e1@fun-main" tailtooltip=" " edgetooltip=" "]
  id_9f586828_7720_4bef_924f_199f6f75c9b6:s -> id_9dd78ac7_de49_407c_bd39_b1172f46203f:n [id="id_9f586828_7720_4bef_924f_199f6f75c9b6@fun-main" tailtooltip=" " edgetooltip=" "]
  id_9dd78ac7_de49_407c_bd39_b1172f46203f:s -> id_dccde1d0_1a07_4825_8599_253f19578bc4:n [id="id_9dd78ac7_de49_407c_bd39_b1172f46203f@fun-main" tailtooltip=" " edgetooltip=" "]
  id_dccde1d0_1a07_4825_8599_253f19578bc4:s -> id_e8d5657b_fba0_458c_91f1_ff4004e4da1f:n [id="id_dccde1d0_1a07_4825_8599_253f19578bc4@fun-main" tailtooltip=" " edgetooltip=" "]
  id_e8d5657b_fba0_458c_91f1_ff4004e4da1f:s -> id_fda0f936_4264_40f5_9473_781534cfe0c8:n [id="id_e8d5657b_fba0_458c_91f1_ff4004e4da1f@fun-main" tailtooltip=" " edgetooltip=" "]
  id_fda0f936_4264_40f5_9473_781534cfe0c8:s -> id_895806e2_9210_4227_9d4a_5c83094935cf:n [id="id_fda0f936_4264_40f5_9473_781534cfe0c8@fun-main" tailtooltip=" " edgetooltip=" "]
  id_895806e2_9210_4227_9d4a_5c83094935cf:s -> id_d15cb294_a9d9_4fdf_9735_3457ddc60311:n [id="id_895806e2_9210_4227_9d4a_5c83094935cf@fun-main" tailtooltip=" " edgetooltip=" "]
  id_d15cb294_a9d9_4fdf_9735_3457ddc60311:s -> id_75596528_ce12_4727_b5e0_e6621a785234:n [id="id_d15cb294_a9d9_4fdf_9735_3457ddc60311@fun-main" tailtooltip=" " edgetooltip=" "]
  id_75596528_ce12_4727_b5e0_e6621a785234:s -> id_4a24c220_e9d9_41f6_8312_b56e6a74db00:n [id="id_75596528_ce12_4727_b5e0_e6621a785234@fun-main" tailtooltip=" " edgetooltip=" "]
  ## IF-TRUE
  id_4a24c220_e9d9_41f6_8312_b56e6a74db00:e -> true_dummy_up_id_4a24c220_e9d9_41f6_8312_b56e6a74db00 [id="id_4a24c220_e9d9_41f6_8312_b56e6a74db00@id_a05fc763_4f89_4153_a0b1_1ba4c4b3c32b" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_4a24c220_e9d9_41f6_8312_b56e6a74db00 -> id_8a009d50_a623_4a41_9b92_2fd6a9bc4e78:n [id="id_4a24c220_e9d9_41f6_8312_b56e6a74db00@id_a05fc763_4f89_4153_a0b1_1ba4c4b3c32b" tailtooltip=" " edgetooltip=" "]
  
  id_8a009d50_a623_4a41_9b92_2fd6a9bc4e78:s -> true_dummy_down_id_4a24c220_e9d9_41f6_8312_b56e6a74db00:n [id="id_8a009d50_a623_4a41_9b92_2fd6a9bc4e78@id_a05fc763_4f89_4153_a0b1_1ba4c4b3c32b" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_4a24c220_e9d9_41f6_8312_b56e6a74db00 -> end_id_4a24c220_e9d9_41f6_8312_b56e6a74db00 [id="id_8a009d50_a623_4a41_9b92_2fd6a9bc4e78@id_a05fc763_4f89_4153_a0b1_1ba4c4b3c32b" tailtooltip=" " edgetooltip=" "]
  
  
  ## IF-FALSE
  id_4a24c220_e9d9_41f6_8312_b56e6a74db00:w -> false_dummy_up_id_4a24c220_e9d9_41f6_8312_b56e6a74db00 [id="id_4a24c220_e9d9_41f6_8312_b56e6a74db00@id_d8ad77d2_416a_4f02_ad9b_4ffdc19f45a2" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_4a24c220_e9d9_41f6_8312_b56e6a74db00 -> id_f06049e2_1c73_4d50_aa0b_87abe17b3e8f:n [id="id_4a24c220_e9d9_41f6_8312_b56e6a74db00@id_d8ad77d2_416a_4f02_ad9b_4ffdc19f45a2" tailtooltip=" " edgetooltip=" "]
  
  id_f06049e2_1c73_4d50_aa0b_87abe17b3e8f:s -> false_dummy_down_id_4a24c220_e9d9_41f6_8312_b56e6a74db00:n [id="id_f06049e2_1c73_4d50_aa0b_87abe17b3e8f@id_d8ad77d2_416a_4f02_ad9b_4ffdc19f45a2" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  false_dummy_down_id_4a24c220_e9d9_41f6_8312_b56e6a74db00 -> end_id_4a24c220_e9d9_41f6_8312_b56e6a74db00 [id="id_f06049e2_1c73_4d50_aa0b_87abe17b3e8f@id_d8ad77d2_416a_4f02_ad9b_4ffdc19f45a2" tailtooltip=" " edgetooltip=" "]
  
  ## IF-END
  end_id_4a24c220_e9d9_41f6_8312_b56e6a74db00:s -> id_80fb4c60_4762_4dee_ba63_2c87dd076dac:n [id="end_id_4a24c220_e9d9_41f6_8312_b56e6a74db00@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
