符號優先算法

#include<stdio.h> int find(int a,int b) //優先關係表 { int table[6][6] = { 1, -1, -1, -1, 1, 1, 1, 1, -1, -1, 1, 1, 1, 1, 2,
相關文章
相關標籤/搜索