
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_016043c3_c5be_43e7_a06b_94f999ed4df0 [id="id_016043c3_c5be_43e7_a06b_94f999ed4df0#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_193a7d45_863b_466f_bf37_08fb3c98e504 [id="id_193a7d45_863b_466f_bf37_08fb3c98e504#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="y" tooltip="y: Real" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_e6d3eaa1_ac14_457d_ac06_a91caaa75c9b [id="id_e6d3eaa1_ac14_457d_ac06_a91caaa75c9b#Declare" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x" tooltip="x: Real" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_4c653995_a21b_4bd6_abb9_33de79cccddf [id="id_4c653995_a21b_4bd6_abb9_33de79cccddf#Input" pos="0.0,9997.1875!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x" tooltip="x" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_6e694707_2222_4e54_a977_4274542bf07d [id="id_6e694707_2222_4e54_a977_4274542bf07d#Assign" pos="0.0,9996.25!" height=0.4 width=4.05 fixedsize=true group="fun-main"    label="y = (3 * x * x - 2 * x + 1) / 2 % 5" tooltip="y = (3 * x * x - 2 * x + 1) / 2 % 5" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_d48a980e_8298_4753_b7d4_6962f2627422 [id="id_d48a980e_8298_4753_b7d4_6962f2627422#Output" pos="0.0,9995.3125!" height=0.4 width=2.4000000000000004 fixedsize=true group="fun-main"    label="\"The result is=\"+y" tooltip="\"The result is=\"+y" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_ceafedef_3e98_422c_a9b3_b5a305acfa66 [id="id_ceafedef_3e98_422c_a9b3_b5a305acfa66#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_016043c3_c5be_43e7_a06b_94f999ed4df0:s -> id_193a7d45_863b_466f_bf37_08fb3c98e504:n [id="id_016043c3_c5be_43e7_a06b_94f999ed4df0@fun-main" tailtooltip=" " edgetooltip=" "]
  id_193a7d45_863b_466f_bf37_08fb3c98e504:s -> id_e6d3eaa1_ac14_457d_ac06_a91caaa75c9b:n [id="id_193a7d45_863b_466f_bf37_08fb3c98e504@fun-main" tailtooltip=" " edgetooltip=" "]
  id_e6d3eaa1_ac14_457d_ac06_a91caaa75c9b:s -> id_4c653995_a21b_4bd6_abb9_33de79cccddf:n [id="id_e6d3eaa1_ac14_457d_ac06_a91caaa75c9b@fun-main" tailtooltip=" " edgetooltip=" "]
  id_4c653995_a21b_4bd6_abb9_33de79cccddf:s -> id_6e694707_2222_4e54_a977_4274542bf07d:n [id="id_4c653995_a21b_4bd6_abb9_33de79cccddf@fun-main" tailtooltip=" " edgetooltip=" "]
  id_6e694707_2222_4e54_a977_4274542bf07d:s -> id_d48a980e_8298_4753_b7d4_6962f2627422:n [id="id_6e694707_2222_4e54_a977_4274542bf07d@fun-main" tailtooltip=" " edgetooltip=" "]
  id_d48a980e_8298_4753_b7d4_6962f2627422:s -> id_ceafedef_3e98_422c_a9b3_b5a305acfa66:n [id="id_d48a980e_8298_4753_b7d4_6962f2627422@fun-main" tailtooltip=" " edgetooltip=" "]

}
