# f **Repository Path**: ghsun1234/f ## Basic Information - **Project Name**: f - **Description**: 输出质数 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-11-25 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #include int main(void) { int i,n,k,m; for(k=0,n=2;n<1000;++n){ for(i=2;i