摘要:
#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... 阅读全文
摘要:
题目链接:http://lx.lanqiao.cn/problem.page?gpid=T419 将中缀表达式通过栈转换为后缀表达式 阅读全文