binarytreepoj:POJ 1145 Tree Summing

/*递归的应用*/#include iostream#include string#define MAX_N 1000using namespace std;int len, dest;string curStr;bool found = false;bool isDigit(char ch){ return ((ch = '0' && ch = '9') || ch == '-... [阅读全文]
1 共1条 分1页