摘要: 一道例题,以前看的时候觉得很高大上,昨天突然想起这道题,就看紫书,以紫书的思路自己完成了代码。#include#includeint readchar() { while (1) { int ch = getchar(); if (ch == '\n'|| ch ... 阅读全文