2813: 药房管理
摘要:解题思路:注意事项:参考代码:s = 0
m = int(input())
n = int(input())
y = list(map(int,input().split()))
for i ……
药房管理——malloc申请数组
摘要:解题思路:我个人比较喜欢用数组做这些问题注意事项:参考代码:#include<stdio.h>#include<malloc.h> //mal……