不用函數(shù),怎樣求出200以內(nèi)所有的質(zhì)數(shù)。 因?yàn)樯险n還沒講道函數(shù),但課後作業(yè)有這個(gè)題
var sum=0;
printf("%d", 2);printf("%d", 3);printf("%d", 5);...
雷雷