首页 新闻 会员 周边
2
回答数

已解决问题 10 j 好像没有执行 j++呀?为什仫呢?

include <stdio.h> int is_prime(int n) { int j = 0; for (j = 2; j < n; j++) { if (n % j == 0) return