题解 1597: 蓝桥杯算法训练VIP-提货单

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

c语言代码解决问题

摘要:解题思路:注意事项:参考代码:#include<stdio.h>struct prut{    char MC[101];    double DJ;    int ML;};int main(){ ……

C++ :蓝桥杯算法训练VIP-提货单

##C++结构体```c++#include#include#include#include#includeusingnamespacestd;structpurt{stringmc;doubledj;intsl;};intmain(){purts[200];intn;doublesum=0;cin>

提货单(c语言)

```c#include#includetypedefstructdata{charmc[100];doubledj;intsl;}prut;intmain(){intn;scanf("%d",&n);getchar();prut*database=(prut*)malloc(n*sizeof(pru

小南解题---提货单

摘要:&#39;&#39;&#39;zgn94622:02 2022/5/14&#39;&#39;&#39;#输入a=int(input().strip())aa=[input().strip().spli……