C语言 求1000之内的回文素数

#include <stdio.h> #include <stdlib.h>   int main() {                int i,j,t,k,s;      printf ( "Following are palindrome primes not greater than 1000:\n" );      for (i=0; i<=9;i++)     {         
相关文章
相关标签/搜索