离散判断一个代数系统是不是群

#include <iostream> #include <stdio.h> #include <stdlib.h> #define TRUE 1 #define FALSE 0 using namespace std; typedef char ElemType; typedef int Status; typedef struct AlgSysNode{ ElemType *elem;
相关文章
相关标签/搜索