
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_e7a72a5b_6815_4153_b7ea_5fe8c2ab0b40 [id="id_e7a72a5b_6815_4153_b7ea_5fe8c2ab0b40#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_e9fefedd_be36_436c_947f_2a77d5163233 [id="id_e9fefedd_be36_436c_947f_2a77d5163233#Declare" pos="0.0,9999.0625!" height=0.4 width=1.41 fixedsize=true group="fun-main"    label="sid = 61007" tooltip="sid: Integer = 61007" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_8f869d58_cc00_4ba5_8f09_816dcb688e52 [id="id_8f869d58_cc00_4ba5_8f09_816dcb688e52#Declare" pos="0.0,9998.125!" height=0.4 width=1.63 fixedsize=true group="fun-main"    label="last = sid%10" tooltip="last: Integer = sid%10" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_3b0191c3_9c6d_413f_81c2_adc89502f0b4 [id="id_3b0191c3_9c6d_413f_81c2_adc89502f0b4#If" pos="0.0,9997.1875!" height=0.5 width=2.7 fixedsize=true group="fun-main" 
    label="(last==0)||(last==7)" tooltip="(last==0)||(last==7)" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4 [pos="2.5,9997.1875!" shape=point width=0]
  false_dummy_up_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4 [pos="-2.5,9997.1875!" shape=point width=0]
  
  id_5cc4433d_9120_4e7b_9726_68cdbc7ad729 [id="id_5cc4433d_9120_4e7b_9726_68cdbc7ad729#Output" pos="2.5,9996.25!" height=0.4 width=1.3 fixedsize=true group="id_8afbae82_39a7_46fe_b6af_bd1363d586a6"    label="\"末尾が０か７\"" tooltip="\"末尾が０か７\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_d8bffb3d_322c_498f_9ad8_2ce6f651aeea [id="id_d8bffb3d_322c_498f_9ad8_2ce6f651aeea#Output" pos="-2.5,9996.25!" height=0.4 width=1.08 fixedsize=true group="id_76d417e3_755c_4617_954d_c92ca257b723"    label="\"それ以外\"" tooltip="\"それ以外\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  
  true_dummy_down_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4 [ pos="2.5,9995.3125!" shape=point width=0]
  false_dummy_down_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4 [ pos="-2.5,9995.3125!" shape=point width=0]
  
  end_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4 [id="end_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4#IfEnd" class="flowrun-not-selectable" pos="0.0,9995.3125!" group="fun-main" fillcolor="#ffd166" color="#8f6400" fontcolor="black"
    label="" tooltip=" " shape="circle" fixedsize=true width=0.2 height=0.2]
  
  
  id_f22ff499_3fdb_4cd0_9a8a_1fb5f81bb1ef [id="id_f22ff499_3fdb_4cd0_9a8a_1fb5f81bb1ef#Return" pos="0.0,9994.375!" 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_e7a72a5b_6815_4153_b7ea_5fe8c2ab0b40:s -> id_e9fefedd_be36_436c_947f_2a77d5163233:n [id="id_e7a72a5b_6815_4153_b7ea_5fe8c2ab0b40@fun-main" tailtooltip=" " edgetooltip=" "]
  id_e9fefedd_be36_436c_947f_2a77d5163233:s -> id_8f869d58_cc00_4ba5_8f09_816dcb688e52:n [id="id_e9fefedd_be36_436c_947f_2a77d5163233@fun-main" tailtooltip=" " edgetooltip=" "]
  id_8f869d58_cc00_4ba5_8f09_816dcb688e52:s -> id_3b0191c3_9c6d_413f_81c2_adc89502f0b4:n [id="id_8f869d58_cc00_4ba5_8f09_816dcb688e52@fun-main" tailtooltip=" " edgetooltip=" "]
  ## IF-TRUE
  id_3b0191c3_9c6d_413f_81c2_adc89502f0b4:e -> true_dummy_up_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4 [id="id_3b0191c3_9c6d_413f_81c2_adc89502f0b4@id_8afbae82_39a7_46fe_b6af_bd1363d586a6" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4 -> id_5cc4433d_9120_4e7b_9726_68cdbc7ad729:n [id="id_3b0191c3_9c6d_413f_81c2_adc89502f0b4@id_8afbae82_39a7_46fe_b6af_bd1363d586a6" tailtooltip=" " edgetooltip=" "]
  
  id_5cc4433d_9120_4e7b_9726_68cdbc7ad729:s -> true_dummy_down_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4:n [id="id_5cc4433d_9120_4e7b_9726_68cdbc7ad729@id_8afbae82_39a7_46fe_b6af_bd1363d586a6" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4 -> end_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4 [id="id_5cc4433d_9120_4e7b_9726_68cdbc7ad729@id_8afbae82_39a7_46fe_b6af_bd1363d586a6" tailtooltip=" " edgetooltip=" "]
  
  
  ## IF-FALSE
  id_3b0191c3_9c6d_413f_81c2_adc89502f0b4:w -> false_dummy_up_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4 [id="id_3b0191c3_9c6d_413f_81c2_adc89502f0b4@id_76d417e3_755c_4617_954d_c92ca257b723" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4 -> id_d8bffb3d_322c_498f_9ad8_2ce6f651aeea:n [id="id_3b0191c3_9c6d_413f_81c2_adc89502f0b4@id_76d417e3_755c_4617_954d_c92ca257b723" tailtooltip=" " edgetooltip=" "]
  
  id_d8bffb3d_322c_498f_9ad8_2ce6f651aeea:s -> false_dummy_down_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4:n [id="id_d8bffb3d_322c_498f_9ad8_2ce6f651aeea@id_76d417e3_755c_4617_954d_c92ca257b723" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  false_dummy_down_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4 -> end_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4 [id="id_d8bffb3d_322c_498f_9ad8_2ce6f651aeea@id_76d417e3_755c_4617_954d_c92ca257b723" tailtooltip=" " edgetooltip=" "]
  
  ## IF-END
  end_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4:s -> id_f22ff499_3fdb_4cd0_9a8a_1fb5f81bb1ef:n [id="end_id_3b0191c3_9c6d_413f_81c2_adc89502f0b4@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
