
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_69fd8533_6466_47ca_bdf7_2dc1095f086e [id="id_69fd8533_6466_47ca_bdf7_2dc1095f086e#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="sid" tooltip="sid: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_385959d5_6220_40ea_b7e6_c2d495134ff3 [id="id_385959d5_6220_40ea_b7e6_c2d495134ff3#Assign" pos="0.0,9998.125!" height=0.4 width=1.41 fixedsize=true group="fun-main"    label="sid = 61111" tooltip="sid = 61111" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_0e528fc4_e6a8_4772_b64b_525b9d207458 [id="id_0e528fc4_e6a8_4772_b64b_525b9d207458#Declare" pos="0.0,9997.1875!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="index" tooltip="index: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_79e17217_bd0d_4528_92bc_a1540a3ab8f3 [id="id_79e17217_bd0d_4528_92bc_a1540a3ab8f3#Assign" pos="0.0,9996.25!" height=0.4 width=1.8499999999999999 fixedsize=true group="fun-main"    label="index = sid % 5" tooltip="index = sid % 5" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_a3bce270_2e6e_4d5b_b47d_c325fa1729e1 [id="id_a3bce270_2e6e_4d5b_b47d_c325fa1729e1#Declare" pos="0.0,9995.3125!" 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,9994.375!" 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,9993.4375!" 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,9992.5!" 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,9991.5625!" 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,9990.625!" 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_50a95908_b3f6_44cc_8121_f563aad4876a [id="id_50a95908_b3f6_44cc_8121_f563aad4876a#If" pos="0.0,9989.6875!" height=0.5 width=2.59 fixedsize=true group="fun-main" 
    label="scores[index] >= 80" tooltip="scores[index] >= 80" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_50a95908_b3f6_44cc_8121_f563aad4876a [pos="2.5,9989.6875!" shape=point width=0]
  false_dummy_up_id_50a95908_b3f6_44cc_8121_f563aad4876a [pos="-3.75,9989.6875!" shape=point width=0]
  
  id_0ffa5afb_1cde_46e9_8855_4dddd23e2762 [id="id_0ffa5afb_1cde_46e9_8855_4dddd23e2762#Output" pos="2.5,9988.75!" height=0.4 width=2.18 fixedsize=true group="id_ae32e2df_db95_4629_93a9_db39a3340542"    label="\"score[index]*2\"" tooltip="\"score[index]*2\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_8ebf39c3_ac2e_4bee_9792_209db08a2286 [id="id_8ebf39c3_ac2e_4bee_9792_209db08a2286#Output" pos="-3.75,9988.75!" height=0.4 width=2.4000000000000004 fixedsize=true group="id_6a90fc81_953a_4cb9_8f22_888587509cfa"    label="\"score[index]+100\"" tooltip="\"score[index]+100\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  
  true_dummy_down_id_50a95908_b3f6_44cc_8121_f563aad4876a [ pos="2.5,9987.8125!" shape=point width=0]
  false_dummy_down_id_50a95908_b3f6_44cc_8121_f563aad4876a [ pos="-3.75,9987.8125!" shape=point width=0]
  
  end_id_50a95908_b3f6_44cc_8121_f563aad4876a [id="end_id_50a95908_b3f6_44cc_8121_f563aad4876a#IfEnd" class="flowrun-not-selectable" pos="0.0,9987.8125!" group="fun-main" fillcolor="#ffd166" color="#8f6400" fontcolor="black"
    label="" tooltip=" " shape="circle" fixedsize=true width=0.2 height=0.2]
  
  
  id_bda6b748_4078_4db3_848a_aa453ae96fed [id="id_bda6b748_4078_4db3_848a_aa453ae96fed#Output" pos="0.0,9986.875!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="scores" tooltip="scores" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_80fb4c60_4762_4dee_ba63_2c87dd076dac [id="id_80fb4c60_4762_4dee_ba63_2c87dd076dac#Return" pos="0.0,9985.9375!" 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_69fd8533_6466_47ca_bdf7_2dc1095f086e:n [id="id_d4d28fcb_c00d_4086_9930_43b6be5d9ba1@fun-main" tailtooltip=" " edgetooltip=" "]
  id_69fd8533_6466_47ca_bdf7_2dc1095f086e:s -> id_385959d5_6220_40ea_b7e6_c2d495134ff3:n [id="id_69fd8533_6466_47ca_bdf7_2dc1095f086e@fun-main" tailtooltip=" " edgetooltip=" "]
  id_385959d5_6220_40ea_b7e6_c2d495134ff3:s -> id_0e528fc4_e6a8_4772_b64b_525b9d207458:n [id="id_385959d5_6220_40ea_b7e6_c2d495134ff3@fun-main" tailtooltip=" " edgetooltip=" "]
  id_0e528fc4_e6a8_4772_b64b_525b9d207458:s -> id_79e17217_bd0d_4528_92bc_a1540a3ab8f3:n [id="id_0e528fc4_e6a8_4772_b64b_525b9d207458@fun-main" tailtooltip=" " edgetooltip=" "]
  id_79e17217_bd0d_4528_92bc_a1540a3ab8f3:s -> id_a3bce270_2e6e_4d5b_b47d_c325fa1729e1:n [id="id_79e17217_bd0d_4528_92bc_a1540a3ab8f3@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_50a95908_b3f6_44cc_8121_f563aad4876a:n [id="id_fda0f936_4264_40f5_9473_781534cfe0c8@fun-main" tailtooltip=" " edgetooltip=" "]
  ## IF-TRUE
  id_50a95908_b3f6_44cc_8121_f563aad4876a:e -> true_dummy_up_id_50a95908_b3f6_44cc_8121_f563aad4876a [id="id_50a95908_b3f6_44cc_8121_f563aad4876a@id_ae32e2df_db95_4629_93a9_db39a3340542" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_50a95908_b3f6_44cc_8121_f563aad4876a -> id_0ffa5afb_1cde_46e9_8855_4dddd23e2762:n [id="id_50a95908_b3f6_44cc_8121_f563aad4876a@id_ae32e2df_db95_4629_93a9_db39a3340542" tailtooltip=" " edgetooltip=" "]
  
  id_0ffa5afb_1cde_46e9_8855_4dddd23e2762:s -> true_dummy_down_id_50a95908_b3f6_44cc_8121_f563aad4876a:n [id="id_0ffa5afb_1cde_46e9_8855_4dddd23e2762@id_ae32e2df_db95_4629_93a9_db39a3340542" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_50a95908_b3f6_44cc_8121_f563aad4876a -> end_id_50a95908_b3f6_44cc_8121_f563aad4876a [id="id_0ffa5afb_1cde_46e9_8855_4dddd23e2762@id_ae32e2df_db95_4629_93a9_db39a3340542" tailtooltip=" " edgetooltip=" "]
  
  
  ## IF-FALSE
  id_50a95908_b3f6_44cc_8121_f563aad4876a:w -> false_dummy_up_id_50a95908_b3f6_44cc_8121_f563aad4876a [id="id_50a95908_b3f6_44cc_8121_f563aad4876a@id_6a90fc81_953a_4cb9_8f22_888587509cfa" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_50a95908_b3f6_44cc_8121_f563aad4876a -> id_8ebf39c3_ac2e_4bee_9792_209db08a2286:n [id="id_50a95908_b3f6_44cc_8121_f563aad4876a@id_6a90fc81_953a_4cb9_8f22_888587509cfa" tailtooltip=" " edgetooltip=" "]
  
  id_8ebf39c3_ac2e_4bee_9792_209db08a2286:s -> false_dummy_down_id_50a95908_b3f6_44cc_8121_f563aad4876a:n [id="id_8ebf39c3_ac2e_4bee_9792_209db08a2286@id_6a90fc81_953a_4cb9_8f22_888587509cfa" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  false_dummy_down_id_50a95908_b3f6_44cc_8121_f563aad4876a -> end_id_50a95908_b3f6_44cc_8121_f563aad4876a [id="id_8ebf39c3_ac2e_4bee_9792_209db08a2286@id_6a90fc81_953a_4cb9_8f22_888587509cfa" tailtooltip=" " edgetooltip=" "]
  
  ## IF-END
  end_id_50a95908_b3f6_44cc_8121_f563aad4876a:s -> id_bda6b748_4078_4db3_848a_aa453ae96fed:n [id="end_id_50a95908_b3f6_44cc_8121_f563aad4876a@fun-main" tailtooltip=" " edgetooltip=" "]
  
  
  id_bda6b748_4078_4db3_848a_aa453ae96fed:s -> id_80fb4c60_4762_4dee_ba63_2c87dd076dac:n [id="id_bda6b748_4078_4db3_848a_aa453ae96fed@fun-main" tailtooltip=" " edgetooltip=" "]

}
