符号优先算法

#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,
相关文章
相关标签/搜索