結果

問題 No.528 10^9と10^9+7と回文
ユーザー letrangerjpletrangerjp
提出日時 2017-06-10 18:31:23
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 83 bytes
コンパイル時間 244 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 17,152 KB
最終ジャッジ日時 2024-09-24 15:44:29
合計ジャッジ時間 3,923 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 94 ms
12,288 KB
testcase_03 AC 93 ms
12,288 KB
testcase_04 AC 94 ms
12,288 KB
testcase_05 AC 95 ms
12,288 KB
testcase_06 AC 94 ms
12,288 KB
testcase_07 AC 95 ms
12,416 KB
testcase_08 AC 94 ms
12,288 KB
testcase_09 AC 95 ms
12,160 KB
testcase_10 AC 108 ms
17,152 KB
testcase_11 AC 107 ms
17,152 KB
testcase_12 AC 106 ms
17,152 KB
testcase_13 AC 107 ms
17,152 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 AC 97 ms
12,928 KB
testcase_18 WA -
testcase_19 AC 96 ms
12,928 KB
testcase_20 WA -
testcase_21 AC 97 ms
13,184 KB
testcase_22 AC 93 ms
12,288 KB
testcase_23 AC 94 ms
12,416 KB
testcase_24 AC 94 ms
12,416 KB
testcase_25 AC 95 ms
12,288 KB
testcase_26 AC 107 ms
17,152 KB
testcase_27 AC 105 ms
17,152 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

a=gets[/.{#{$_.size/2}}/].to_i-($&.reverse>$'?2:1)+10**~-$'.size
p a%M=10**9,a%=M+7
0