摘要:
#include <stdio.h> // 定义read_line函数,用于从标准输入读取一行字符到字符数组str中,最多读取n个字符 int read_line(char str[], int n) { char ch; int i = 0; while ((ch = getchar())!= ' 阅读全文
posted @ 2024-12-09 14:35
ToFuture$
阅读(46)
评论(0)
推荐(0)
浙公网安备 33010602011771号