控制流圖(Control Flow Graph, CFG)

The if Statement if (x < y) { y = 0; x = x + 1; } else { x = y; }     if (x < y) { y = 0; x = x + 1; }   The if-return Statement  if (x < y) { return; } print (x); return; 注意:2到3 沒有邊
相關文章
相關標籤/搜索