原题:Write a program to “fold long input lines into two or more shorter lines after the last non-blank character that occurs before the n-th column of input. Make sure your program does something intelligent with very long lines, and if there are no blanks or tabs before the specified column.
缩短行输入,不触及特殊情况的考虑,不算难。但标题要求考虑特殊情况,避免输入中空白的最初和完毕在缩短输出之后难以分辩,要进行差异处理。不只完成有难度,并且假设全文大部分都是缩进符和空格,依照标题的要求,怎么做都难以分辩。后来擅自改动题意(假设是改动客户要求,是不是要参议半响了),以特殊符号一头一尾括住输出,完成分辩。
履行作用(回车完毕输入):
完成了自己的主意,便是违反了原题……。考虑方向对的时分,解决问题比较快。可是还没总结出一套考虑流程……,靠命运。