摘要: task4 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <ctype.h> 4 5 int main() { 6 int lineCount = 0; 7 int charCount = 0; 8 char line[81]; 9 FI 阅读全文
posted @ 2025-06-08 23:05 西嘻哈 阅读(13) 评论(0) 推荐(0)