摘要: https://pintia.cn/problem-sets/12/problems/346 这个程序的算法不难,因为没有学透标准输入和输出,特别是gets()函数。如果不用getchar()读取多余的'\n',程序就会运行错误。 1 #include <stdio.h> 2 #include <s 阅读全文
posted @ 2020-01-16 20:45 jason2018 阅读(142) 评论(0) 推荐(0) 编辑