結果

問題 No.1729 ~サンプルはちゃんと見て!~ 16進数と8進数(1)
ユーザー kotatsugamekotatsugame
提出日時 2021-11-05 23:01:16
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 48 bytes
コンパイル時間 2,563 ms
コンパイル使用メモリ 126,204 KB
実行使用メモリ 138,016 KB
最終ジャッジ日時 2024-11-06 14:11:29
合計ジャッジ時間 12,243 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 353 ms
137,504 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 AC 382 ms
137,252 KB
testcase_05 AC 350 ms
137,124 KB
testcase_06 AC 349 ms
137,508 KB
testcase_07 WA -
testcase_08 AC 351 ms
138,016 KB
testcase_09 AC 348 ms
137,632 KB
testcase_10 AC 356 ms
137,504 KB
testcase_11 AC 351 ms
137,380 KB
testcase_12 AC 352 ms
137,632 KB
testcase_13 AC 352 ms
137,508 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 346 ms
137,248 KB
testcase_20 AC 343 ms
137,124 KB
testcase_21 WA -
testcase_22 AC 343 ms
137,504 KB
testcase_23 AC 342 ms
137,380 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

base(+('0x'~get): 8).comb.Bag.maxpairs>>.key.put
0