palindromes
美 [?pæl?n?dro?m]
英 [?pæl?n?dr??m] 
- n.回文;(細胞中遺傳物質的)回文結構
- 網絡回文法;回文語言;少女心事
詞形變化
復數:palindromes
英漢解釋
英英解釋
例句
If two or more occurrences of the same palindromes are found in the same input line, report only once.
如果在一個輸入行中發現了兩個或多個相同的回文,只輸出一個。
Out of shame the existence of the Book of Palindromes has never been mentioned outside the Library.
出于羞愧,他在圖書館之外從未提起這本回文書的存在。
These include complex calendars, numeric palindromes and numerically decorated technological cross sections and cityscapes.
這些包括復雜的日歷,數字回文,數字化的城市刨面和景觀圖。
Hint 2: Generate palindromes by combining digits properly. You might need more than one of the loops like below.
要產生正確的回文數,你可能需要這樣的一個以上的循環。
You might need more than one of the loops like + Hint 2: Generate palindromes by combining digits properly.
提示2:要產生正確的回文數,你可能需要幾個像下面這樣的循環。
I added that to catch those palindromes like "Bob" that are not the same backwards.
我添加了該段以捕捉那些類似“Bob”的不完全相同的回文。
If an input line does not contain any palindromes, an empty line should be output.
如果一個輸入行不包括一個回文,應該輸出一個空行。
The most noticeable one is the eight highly symmetrical DNA palindromes essential to male reproduction ability.
最引人矚目的是對男性的生殖能力至關重要且高度對稱的八個回文序列。
All four hundred and ten pages of the tome, including the table of contents, were filled with two sentence palindromes .
全書四百一十頁,包括目錄,都寫滿了兩句回文(順序倒序都是一樣的詞)。
Note that the second line in the output is empty, corresponding to the second input line containing no palindromes.
因為對應的第二個輸入行中不包含回文,第二個輸出行是空行。
Usually, the target sequences are palindromes, meaning they read the same backward and forward.
通常,它們的目標序列具有回文結構,即從反向讀和從正向讀它們都是一樣的。
Click the letters to switch their places and unscramble to palindromes.
按字母切換地點和解密的回文。
For a start, 11 generates palindromes like no other number.
首先,11形成的回文和其他數字形成的都不一樣。
Write a program that finds palindromes in input lines.
編寫一個程序找出在輸入行中的回文。
Stretch your brain with their vast collection of anagrams, crosswords, palindromes, verse puzzles and more that stretches back to 1893.
通過它們收集的字謎、填字游戲、回文測驗、詩歌謎題以及更多可追溯到1893年以前的游戲,你的大腦會得到很好的開拓。
You may report palindromes in any order.
你可以用任意順序輸出回文。
The first 33 palindromes were both riddles and profound.
前33句回文既是謎語又很深奧。
Hint 1: Generate the palindromes and see if they are prime.
提示1:找出所有的回文數再判斷它們是不是質數。