摘要: 数列有序!Time Limit : 2000/1000ms (Java/Other)Memory Limit : 65536/32768K (Java/Other)Total Submission(s) : 2Accepted Submission(s) : 1Font:Times New Roman|Verdana|GeorgiaFont Size:←→Problem Description有n(n 2 using namespace std; 3 int main() 4 { 5 int n,m; 6 int a[111]; 7 while(cin>>n>>m){ 阅读全文
posted @ 2014-02-17 17:21 Freecode# 阅读(554) 评论(0) 推荐(0)
摘要: 二叉搜索树Time Limit : 2000/1000ms (Java/Other)Memory Limit : 32768/32768K (Java/Other)Total Submission(s) : 3Accepted Submission(s) : 3Font:Times New Roman|Verdana|GeorgiaFont Size:←→Problem Description判断两序列是否为同一二叉搜索树序列Input开始一个数n,(1 2 #include 3 using namespace std; 4 int main() 5 { 6 char l1[10];... 阅读全文
posted @ 2014-02-17 16:37 Freecode# 阅读(1597) 评论(2) 推荐(0)