摘要:
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> int main() { int line_count = 1, char_count = 0; FILE * fp = fopen("data4.txt", "r"); if (fp == NUL 阅读全文
posted @ 2024-12-30 09:40
电脑玩家刻俄伯
阅读(5)
评论(0)
推荐(0)