Potyomkin

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2024年6月24日

摘要: task4 #include<stdio.h> #include<stdlib.h> int main(){ FILE *fp; char c; int words=0; fp=fopen("d:\\data4.txt","r"); if(fp==NULL){ printf("fail to ope 阅读全文
posted @ 2024-06-24 22:37 schizoidman 阅读(99) 评论(0) 推荐(0) 编辑