Problème: les nombres super palindromes
Forum INFOMATH :: Enseignement de l'informatique :: Informatique - Collège & Lycée :: Exercices Pascal
Page 1 sur 1
Problème: les nombres super palindromes
Une belle occasion pour aimer l'anglais
The number 1001 is a super palindrome because both it and its square, 1002001, are palindromes (a number that is the same when read forward as backward). Write a program that will find all super palindromes between two numbers a and b. You may assume that a and b are between 1 and 32,000
Test your program with
a,b = 100, 2000 and a,b=10000, 12345
Sample Run
a,b = 100,2000
Super Palindromes between 100 and 2000
The number 1001 is a super palindrome because both it and its square, 1002001, are palindromes (a number that is the same when read forward as backward). Write a program that will find all super palindromes between two numbers a and b. You may assume that a and b are between 1 and 32,000
Test your program with
a,b = 100, 2000 and a,b=10000, 12345
Sample Run
a,b = 100,2000
Super Palindromes between 100 and 2000
- Code:
x x²
101 10201
111 12321
121 14641
202 40804
212 44944
1001 1002001
1111 1234321
Napoléon- Admin
-
Nombre de messages : 2934
Localisation : Tunisie
Réputation : 122
Points : 7871
Date d'inscription : 19/03/2007
Feuille de personnage
Capacité linguistique:
(999/1000)
Sujets similaires
» Les nombres palindromes
» Recherche des nombres premiers palindromes
» Exercice:Bac Pratique:Section info: Nombres super premiers
» Triangle de nombres
» Etude des Palindromes
» Recherche des nombres premiers palindromes
» Exercice:Bac Pratique:Section info: Nombres super premiers
» Triangle de nombres
» Etude des Palindromes
Forum INFOMATH :: Enseignement de l'informatique :: Informatique - Collège & Lycée :: Exercices Pascal
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum