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++)     {         
相關文章
相關標籤/搜索