• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






Object_S

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | | 管理

2022年5月20日

ytu 文件操作 - 插入数据
摘要: 提交方式:C++ #include<cstdio> #include<iostream> #include<algorithm> #define N 10 using namespace std; struct student { char num[10]; char name[8]; int sc 阅读全文
posted @ 2022-05-20 21:07 Object_S 阅读(293) 评论(0) 推荐(0)
 
ytu 英文字符大小写(文件)
摘要: 提交方式:C++,直接提交即可 #include<cstdio> #include<iostream> #include<cstring> using namespace std; int main() { FILE* fp; int i, j, n; if ((fp = fopen("score. 阅读全文
posted @ 2022-05-20 19:13 Object_S 阅读(151) 评论(0) 推荐(0)
 
ytu C语言习题5.25--文件操作1
摘要: 提交方式:C++(不需要加return和}) #include<cstdio> #include<iostream> #include<cstring> using namespace std; int tot[100000]; int num[100000]; int ids[100000]; c 阅读全文
posted @ 2022-05-20 19:05 Object_S 阅读(56) 评论(0) 推荐(0)