文件名称:main
介绍说明--下载内容均来自于网络,请自行研究使用
usaco第九题回文数是指从左向右念和从右向左念都一样的数。如12321就是一个典型的回文数。
给定一个进制B(2<=B<=20,由十进制表示),输出所有的大于等于1小于等于300(十进制下)且它的平方用B进制表示时是回文数的数。用’A’,’B’……表示10,11等等。
-The ninth title palindrome usaco is the same number of read and right-to-left read from left to right. 12321 is a typical palindrome. Given a hex (2 < = B < = 20 decimal) output greater than or equal to 1 less than or equal to 300 (decimal) and its square hex B palindrome number. ' A' and ' B' ...... said 10, 11 and so on.
给定一个进制B(2<=B<=20,由十进制表示),输出所有的大于等于1小于等于300(十进制下)且它的平方用B进制表示时是回文数的数。用’A’,’B’……表示10,11等等。
-The ninth title palindrome usaco is the same number of read and right-to-left read from left to right. 12321 is a typical palindrome. Given a hex (2 < = B < = 20 decimal) output greater than or equal to 1 less than or equal to 300 (decimal) and its square hex B palindrome number. ' A' and ' B' ...... said 10, 11 and so on.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
main.cpp