結果

問題 No.491 10^9+1と回文
ユーザー 6soukiti296soukiti29
提出日時 2017-03-21 22:31:01
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
WA  
実行時間 -
コード長 900 bytes
コンパイル時間 85 ms
コンパイル使用メモリ 11,096 KB
実行使用メモリ 8,300 KB
最終ジャッジ日時 2023-09-18 15:36:42
合計ジャッジ時間 4,907 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 16 ms
8,136 KB
testcase_01 AC 16 ms
8,244 KB
testcase_02 AC 17 ms
8,120 KB
testcase_03 AC 18 ms
8,060 KB
testcase_04 AC 17 ms
8,052 KB
testcase_05 AC 17 ms
8,252 KB
testcase_06 AC 16 ms
8,200 KB
testcase_07 AC 16 ms
8,136 KB
testcase_08 AC 16 ms
8,116 KB
testcase_09 AC 16 ms
8,244 KB
testcase_10 AC 16 ms
7,992 KB
testcase_11 AC 16 ms
8,100 KB
testcase_12 AC 16 ms
8,072 KB
testcase_13 AC 16 ms
8,072 KB
testcase_14 AC 16 ms
8,072 KB
testcase_15 AC 16 ms
8,180 KB
testcase_16 AC 17 ms
8,084 KB
testcase_17 AC 15 ms
8,188 KB
testcase_18 AC 16 ms
8,124 KB
testcase_19 AC 16 ms
8,080 KB
testcase_20 WA -
testcase_21 AC 15 ms
8,072 KB
testcase_22 AC 15 ms
8,200 KB
testcase_23 AC 16 ms
7,996 KB
testcase_24 AC 16 ms
8,132 KB
testcase_25 AC 16 ms
8,120 KB
testcase_26 AC 16 ms
8,072 KB
testcase_27 WA -
testcase_28 AC 16 ms
7,992 KB
testcase_29 AC 16 ms
8,120 KB
testcase_30 AC 16 ms
8,136 KB
testcase_31 AC 16 ms
8,076 KB
testcase_32 AC 16 ms
8,060 KB
testcase_33 AC 16 ms
8,200 KB
testcase_34 AC 16 ms
8,212 KB
testcase_35 AC 16 ms
8,132 KB
testcase_36 AC 16 ms
8,020 KB
testcase_37 AC 16 ms
8,072 KB
testcase_38 AC 16 ms
8,088 KB
testcase_39 AC 16 ms
8,100 KB
testcase_40 AC 16 ms
8,132 KB
testcase_41 AC 16 ms
8,240 KB
testcase_42 AC 16 ms
8,200 KB
testcase_43 AC 16 ms
8,128 KB
testcase_44 AC 16 ms
8,008 KB
testcase_45 AC 16 ms
8,072 KB
testcase_46 AC 16 ms
8,108 KB
testcase_47 AC 16 ms
8,068 KB
testcase_48 WA -
testcase_49 AC 16 ms
8,068 KB
testcase_50 AC 16 ms
8,024 KB
testcase_51 AC 16 ms
8,260 KB
testcase_52 AC 16 ms
8,100 KB
testcase_53 AC 16 ms
8,016 KB
testcase_54 WA -
testcase_55 WA -
testcase_56 AC 15 ms
8,076 KB
testcase_57 AC 16 ms
8,240 KB
testcase_58 AC 16 ms
8,064 KB
testcase_59 AC 16 ms
7,992 KB
testcase_60 WA -
testcase_61 AC 16 ms
8,104 KB
testcase_62 AC 16 ms
7,996 KB
testcase_63 AC 16 ms
8,056 KB
testcase_64 AC 16 ms
8,248 KB
testcase_65 WA -
testcase_66 WA -
testcase_67 AC 16 ms
8,080 KB
testcase_68 AC 16 ms
8,004 KB
testcase_69 AC 16 ms
8,040 KB
testcase_70 AC 16 ms
8,232 KB
testcase_71 AC 16 ms
8,088 KB
testcase_72 AC 16 ms
8,168 KB
testcase_73 AC 16 ms
8,068 KB
testcase_74 AC 16 ms
8,120 KB
testcase_75 AC 16 ms
8,188 KB
testcase_76 WA -
testcase_77 AC 16 ms
8,196 KB
testcase_78 AC 16 ms
8,076 KB
testcase_79 AC 16 ms
8,084 KB
testcase_80 AC 16 ms
8,208 KB
testcase_81 AC 16 ms
8,056 KB
testcase_82 WA -
testcase_83 AC 16 ms
8,044 KB
testcase_84 AC 16 ms
8,180 KB
testcase_85 AC 17 ms
8,064 KB
testcase_86 AC 16 ms
8,096 KB
testcase_87 AC 16 ms
8,072 KB
testcase_88 AC 16 ms
7,992 KB
testcase_89 AC 16 ms
8,140 KB
testcase_90 AC 16 ms
8,224 KB
testcase_91 AC 16 ms
8,080 KB
testcase_92 AC 16 ms
8,164 KB
testcase_93 AC 16 ms
8,056 KB
testcase_94 AC 16 ms
8,188 KB
testcase_95 AC 16 ms
8,204 KB
testcase_96 WA -
testcase_97 AC 16 ms
8,236 KB
testcase_98 AC 15 ms
8,012 KB
testcase_99 WA -
testcase_100 AC 16 ms
8,040 KB
testcase_101 AC 16 ms
8,120 KB
testcase_102 WA -
testcase_103 WA -
testcase_104 AC 16 ms
8,228 KB
testcase_105 AC 16 ms
8,024 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

def kaibun(y):
	x = len(str(y))
	X = [9,9]
	i = 2
	while x > i:
		if i % 2 == 0:
			X.append(X[i - 1] * 10)
		else:
			X.append(X[i - 1])
		i = i + 1
	a = sum(X[:x - 1])
	for j in range(1, x // 2 + 1):
		if j == 1:
			a = a + (int(str(y)[j - 1]) - 1) * X[x - 2 * j + 1]//9
		else:
			a = a + (int(str(y)[j - 1])) * X[x - 2 * j + 1] // 9
	if str(y)[:x//2][::-1] and str(y)[x//2 + 1:] and int(str(y)[:x//2][::-1]) < int(str(y)[x//2:]) and x % 2 == 0:
		a = a + 1 
	elif x % 2 == 1:
		a = a + int(str(y)[x//2])
		if str(y)[:x//2][::-1] and str(y)[x//2 + 1:] and int(str(y)[:x//2][::-1]) < int(str(y)[x//2 + 1:]):
			a = a + 1
	if x == 1:
		return y
	return a
	# X[i] は i 桁の自然数のうち回文となるものの個数
n = input()
if len(n) < 10:
	print(0)
else:
	ni = n[:-9]
	k = int(ni)
	answer = kaibun(k)
	if len(n) == 10 and int(n) % 10**9 < int(n[0]):
		answer = answer - 1
	print(answer)
0