摘要:
1 /* ZQU OJ 1377 二叉查找树 2 插入、查找(包含找最小数)、删除、遍历四大模块 3 */ 4 #include "stdafx.h" 5 #include 6 #include 7 #include 8 #include 9 #include ...
阅读全文
posted @ 2015-04-14 10:55
lwhile
阅读(144)
推荐(0)
摘要:
1 // random.cpp -- random access to a binary file 2 #include // not required by most systems 3 #include 4 #include 5 #include // (o...
阅读全文
posted @ 2015-03-29 08:20
lwhile
阅读(229)
推荐(0)
摘要:
最后一天,漫天飘起了雪花,假装欢送我离去。这次WF之战不太顺利,早期的C题大概花了1秒钟构思,然而由于输出格式多了一个空格直到两个半小时才逃脱Wrong Answer的纠缠。还好lynncui在期间独挡一面过掉D。最终成绩不好,然而没有遗憾,从不遗憾。相比之下,来自全球的队伍让我看到了很强大的实力,...
阅读全文
posted @ 2014-12-13 18:29
lwhile
阅读(307)
推荐(0)