PeapEapeA
PeapEapeA
全部文章
题解
归档
标签
去牛客网
登录
/
注册
PeapEapeA的博客
全部文章
/ 题解
(共1篇)
天坑
c。这个题的测试用例和示例太坑了吧,测试用例没有前缀0,示例却有。。。 #include<stdio.h> typedef struct _stu{ int no; char name[20]; char sex[10]; int age; }stu; ...
2021-02-28
10
1072