摘要:
#include#define MAXSTRLEN 255#define TRUE 1#define FALSE 0#define OK 1typedef int Status;typedef unsigned char SString[MAXSTRLEN+1];Status StrAssign(S... 阅读全文
摘要:
#include#include#define TRUE 1#define FALSE 0#define OK 1#define ERROR 0#define OVERFLOW -1typedef struct QNode{ int data; struct QNode *next;}Q... 阅读全文
摘要:
http://lightoj.com/volume_showproblem.php?problem=1370Bi-shoe and Phi-shoeTime Limit:2000MSMemory Limit:32768KB64bit IO Format:%lld & %lluSubmitStatus... 阅读全文