题解列表

筛选

[编程入门]结构体之成绩统计2

摘要:解题思路:注意事项:参考代码:#include <stdio.h>struct student {    int num;          // 学号    char name[10];    //……

大数Python写

摘要:参考代码:while True:     n=int(input())     if n==0:         break     else:         if n%17==0: