题解列表

筛选

Python代码-报数问题

摘要:```pythonfrom collections import dequeif __name__ == '__main__': n = int(input()) qu……

判断一个数是否为质数

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>//判断一个数是否为质数int&……

筛选N以内的素数

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>intzhishu(inti){&nbs……