結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 375 ms
140,720 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 380 ms
140,808 KB
testcase_04 AC 376 ms
137,380 KB
testcase_05 AC 377 ms
137,104 KB
testcase_06 AC 381 ms
137,488 KB
testcase_07 WA -
testcase_08 AC 388 ms
137,488 KB
testcase_09 AC 385 ms
137,872 KB
testcase_10 AC 388 ms
137,616 KB
testcase_11 AC 389 ms
137,488 KB
testcase_12 AC 380 ms
137,228 KB
testcase_13 AC 386 ms
136,556 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 AC 383 ms
140,680 KB
testcase_19 AC 386 ms
136,944 KB
testcase_20 AC 372 ms
137,104 KB
testcase_21 WA -
testcase_22 WA -
testcase_23 AC 389 ms
137,488 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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