摘要:
原题: https://www.patest.cn/contests/pat b practise/1041 完整实现: 用结构体操作, 注意细节. c include struct student { char number[15]; int testNo; int examNo; }; type 阅读全文
摘要:
原题: https://www.patest.cn/contests/pat b practise/1061 思路: 这比判断多选题容易太多. 实现: c include define LEN 110 int main (void) { int snum; int qnum; int qscore[ 阅读全文