結果

問題 No.750 Frac #1
ユーザー kotatsugamekotatsugame
提出日時 2018-11-10 05:49:13
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 345 ms / 1,000 ms
コード長 35 bytes
コンパイル時間 1,476 ms
コンパイル使用メモリ 119,232 KB
実行使用メモリ 133,456 KB
最終ジャッジ日時 2023-08-14 06:26:54
合計ジャッジ時間 14,794 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 335 ms
128,500 KB
testcase_01 AC 335 ms
131,620 KB
testcase_02 AC 335 ms
131,436 KB
testcase_03 AC 335 ms
131,480 KB
testcase_04 AC 333 ms
131,860 KB
testcase_05 AC 335 ms
131,788 KB
testcase_06 AC 335 ms
131,608 KB
testcase_07 AC 337 ms
131,880 KB
testcase_08 AC 331 ms
131,308 KB
testcase_09 AC 338 ms
131,888 KB
testcase_10 AC 345 ms
131,708 KB
testcase_11 AC 336 ms
131,648 KB
testcase_12 AC 344 ms
131,860 KB
testcase_13 AC 343 ms
131,624 KB
testcase_14 AC 339 ms
131,864 KB
testcase_15 AC 334 ms
131,580 KB
testcase_16 AC 340 ms
131,664 KB
testcase_17 AC 337 ms
131,700 KB
testcase_18 AC 336 ms
131,860 KB
testcase_19 AC 336 ms
131,432 KB
testcase_20 AC 330 ms
131,288 KB
testcase_21 AC 336 ms
131,848 KB
testcase_22 AC 333 ms
131,728 KB
testcase_23 AC 330 ms
131,784 KB
testcase_24 AC 335 ms
131,984 KB
testcase_25 AC 337 ms
131,476 KB
testcase_26 AC 338 ms
131,984 KB
testcase_27 AC 337 ms
131,564 KB
testcase_28 AC 330 ms
131,344 KB
testcase_29 AC 336 ms
131,864 KB
testcase_30 AC 333 ms
133,456 KB
testcase_31 AC 339 ms
131,316 KB
testcase_32 AC 342 ms
131,324 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;lines.sort({-[/] .words})>>.say
0