检查一个数是否为质数 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(void){inti,n;scanf("%d",&n);for(i=2;i<…… 题解列表 2017年12月01日 0 点赞 0 评论 868 浏览 评分:0.0