12 2021 档案

摘要:一.做题情况 二.题目 7-1最受欢迎的菜品 做题时的代码: #include<stdio.h> int main() { int n=0,i=0,k=0,t=0,j=0,m=0; scanf("%d",&n); int a[1000]; int c=n+1,b[c]; while(scanf("% 阅读全文
posted @ 2021-12-12 21:07 鸢凛 阅读(46) 评论(0) 推荐(0)