关键 素数:除了1和它本身之外,不能被其他数整除 关键可以使用sqrt(i)作为判断终止条件判断数i是否是素数。 题目(一) 输出100以内的所有素数 代码 #include <stdio.h> #include <math.h> #include <stdbool.h> int main(