C 編寫程式,讀入整數後,能夠判斷它是否為迴文數

時間 2021-06-13 09:11:57

1樓:匿名使用者

#include

#include

#include

void main()

;printf("請輸入一個字串:");

scanf("%s",a);

for (unsigned int i = 0; i < (strlen(a) / 2);i++)

else if (i == strlen(a) / 2 - 1)printf("這個字串是迴文\r\n\r\n");

else

continue;

}system("pause");}}

這是c語言的.你要的c++,只要改一下標頭檔案為#includeusing namespace std;

輸入輸出函式就可以了.

2樓:夢易少年

#include "iostream.h"

#include "string.h"

#define n 20

void main()

您好,很高興為您解答 希望能夠幫助您

如果本題有什麼不明白歡迎追問

祝你學習進步!

3樓:匿名使用者

你好!!

還要別的答案嗎,這個可以用一個函式完成判斷

4樓:腦筋風暴

#include

int choos(int x,int y)else

return 0;

}return 1;

}int main()

5樓:

bool is_palindrome(int n)

c++:編寫一個程式,判斷一個整數是否為迴文數

6樓:即可

#include

using namespace std;

bool palindrome(char *str)return true;}}

int main()

7樓:匿名使用者

最快的那位 是複製過來的吧? 人家要求輸入的int

8樓:

//#include "stdafx.h"//vc++6.0加上du這一

zhi行dao

版.#include "stdio.h"

#include "string.h"

#include "stdlib.h"

bool isplindrome(int n)void main(void)

C檔案data 中存放著一批整數,編寫程式輸入一

刺友互 1 首先,定義一個常量,用來控制陣列的大小。2 接著,定義兩個陣列,儲存所有素數和所有整數。3 定義4個整型變數,儲存輸入的整數 控制迴圈的變數,以及素數個數。4 輸入一個正整數,儲存在變數num中。5 將陣列arr中的值,都設定為0。6 最後,如果標誌值為真,則輸出此整數內沒有整數。7 執...

用C語言編寫程式,用C語言編寫一個程式

樓上沒有找出相差最小的數而是找出的和平均數比較結果中最小的數 include include void main int v,b 10 int i v a 0 a 1 a 2 a 3 a 4 a 5 a 6 a 7 a 8 a 9 10 for i 0 i 10 i for i 0 i 9 i if...

用C語言編寫程式,輸入兩個整數,輸出其最大公約數和最小公倍數

念憶 include include void main include include include c 編寫程式。輸入兩個正整數,求它們的最大公約數和最小公倍數unsigned int maxdivisor unsigned int a,unsigned int b return 1 unsi...