digraph sample{
""->"a"[label=100];
" "->"b"[label=30];
"a"->{"b" "c"}[label=50];
"b"->{"c"}[label=80];
"c"->{" "}[label=180];
{""[shape=plaintext]}
{" "[shape=plaintext]}
{" "[shape=plaintext]}
{rank=same "" "a" "c" " "}
{rank=same " " "b"}
}