摘要:
实现代码 c++ include "../head.h" include include class strBlob { public: typedef vector::size_type size_type; strBlob(); strBlob(initializer_list il); str 阅读全文
摘要:
栈的一个典型应用就是进制转换 c++ include "../head.h" include void convert(stack &s, int n, int base) { const static char digit[] = {'0','1', '2', '3', '4', '5', '6' 阅读全文