循环里面还是循环 每一层变量尽量用不同的(对于初学者来说) 用c语言输出1到100之间的素数 #include <stdio.h> int main() { int x; for(x=1; x<=100; x++)