> 其他 >
一个质数,当它的数字位置对换以后,仍为质数,这样的数我们称为绝对质数,如:11,13...等等
编程找出所有的两位质数.(写出编程语句)
人气:442 ℃ 时间:2020-03-20 05:30:36
解答
#include iostream
using namespace;
void main(){
int a,b,i,n,m,s=0,l=0;
int c[21]={11,13,17,19,23,29,31,37,41,43,47,53,59,61,67.71,73,79,83,89,97}
cout
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版