結果

問題 No.415 ぴょん
ユーザー kotatsugamekotatsugame
提出日時 2021-01-28 16:31:00
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 355 ms / 1,000 ms
コード長 27 bytes
コンパイル時間 292 ms
コンパイル使用メモリ 120,176 KB
実行使用メモリ 132,020 KB
最終ジャッジ日時 2023-09-08 07:23:43
合計ジャッジ時間 11,472 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 351 ms
131,652 KB
testcase_01 AC 342 ms
131,708 KB
testcase_02 AC 323 ms
131,696 KB
testcase_03 AC 324 ms
131,640 KB
testcase_04 AC 324 ms
131,872 KB
testcase_05 AC 322 ms
131,772 KB
testcase_06 AC 317 ms
131,656 KB
testcase_07 AC 314 ms
132,020 KB
testcase_08 AC 318 ms
131,808 KB
testcase_09 AC 311 ms
131,872 KB
testcase_10 AC 312 ms
131,928 KB
testcase_11 AC 310 ms
131,868 KB
testcase_12 AC 318 ms
131,924 KB
testcase_13 AC 323 ms
131,752 KB
testcase_14 AC 325 ms
131,736 KB
testcase_15 AC 325 ms
131,808 KB
testcase_16 AC 325 ms
131,824 KB
testcase_17 AC 323 ms
131,644 KB
testcase_18 AC 317 ms
131,952 KB
testcase_19 AC 326 ms
131,636 KB
testcase_20 AC 347 ms
131,872 KB
testcase_21 AC 353 ms
131,636 KB
testcase_22 AC 352 ms
131,876 KB
testcase_23 AC 355 ms
131,748 KB
testcase_24 AC 352 ms
131,704 KB
testcase_25 AC 354 ms
131,944 KB
testcase_26 AC 342 ms
131,780 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say $0/[gcd]($/)-1
0