摘要: #define _CRT_SECURE_NO_WARNINGS #include<stdlib.h> #include<stdio.h> int main() { char ch; int count = 0; FILE* fp; fp = fopen("data4.txt", "r"); if ( 阅读全文
posted @ 2022-12-29 21:30 素商折木 阅读(36) 评论(0) 推荐(0)