摘要: //算法实现#include #include using namespace std;typedef struct Node{ int num; int code; struct Node *next;}NODE;int n,m,len;int resultnum[500];in... 阅读全文
posted @ 2015-12-21 23:30 Numerz 阅读(247) 评论(0) 推荐(0) 编辑