摘要: #if _MSC_VER>=1900 #include "stdio.h" _ACRTIMP_ALT FILE* __cdecl __acrt_iob_func(unsigned); #ifdef __cplusplus extern "C" #endif FILE* __cdecl __iob_func(unsigned i) { return __acrt_io... 阅读全文
posted @ 2017-12-10 13:30 小九xD 阅读(614) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://lx.lanqiao.cn/problem.page?gpid=T419 将中缀表达式通过栈转换为后缀表达式 阅读全文
posted @ 2017-12-10 13:22 小九xD 阅读(282) 评论(0) 推荐(0) 编辑