原创 杭電oj1091

Problem DescriptionYour task is to Calculate a + b. InputInput contains multiple test cases. Each test case contains a

原创 杭電oj1092

Problem DescriptionYour task is to Calculate the sum of some integers. InputInput contains multiple test cases. Each te

原创 鏈表的創建,插入,刪除,遍歷

#include<iostream> using namespace std; #define OK 1 #define ERROR 0 #define OVERFLOW -2 typedef int Status; //Statu

原创 杭電oj1001

Problem DescriptionHey, welcome to HDOJ(Hangzhou Dianzi University Online Judge).In this problem, your task is to calcu

原创 杭電OJ題目 1000

Problem DescriptionCalculate A + B.InputEach line will contain two integers A and B. Process to end of file.OutputFor e

原创 順序棧的九種基本操作

#include<iostream> #include<string.h> #include<stdlib.h> #include<math.h> using namespace std; #define OK 1 #define E