原创 雙重嵌套輸出100以內全部素數

/【4-10】輸出100以內全部素數,每行輸出10個/ 使用雙重循環嵌套, %6d表示佔位符爲6, #include<stdio.h> int main(void) { int i,k,count=0;