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






yogurt_莹

 
 

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

2018年10月7日

2024.C语言合法标识符
摘要: #include<stdio.h> int main(){ int n,a[100]; scanf("%d",&n); for(int i=0;i<n;i++) scanf("%d",a[i]); int flag,x=0,y=0; if(a[0]>'a'&&a[0]<'z'||a[0]>'A'&& 阅读全文
posted @ 2018-10-07 13:51 yogurt_莹 阅读(350) 评论(1) 推荐(0)
 
2023.求平均成绩
摘要: #include<stdio.h> #include<string.h> double student[55],subject[9],sore[55][9]; int main(){ int m,n; while(scanf("%d%d",&m,&n)!=EOF){ for(int i=0;i<n; 阅读全文
posted @ 2018-10-07 13:50 yogurt_莹 阅读(180) 评论(0) 推荐(0)
 
2022.海选女主角
摘要: #include<iostream> #include<cmath> int main(){ int n,m; long a[100][100]; while(scanf("%d%d",&n,&m)!=EOF){ int max=0,count1=0,count2=0; for(int i=1;i< 阅读全文
posted @ 2018-10-07 13:49 yogurt_莹 阅读(106) 评论(0) 推荐(0)