結果

問題 No.627 ランダムウォークの軌跡
ユーザー yuruhiyayuruhiya
提出日時 2021-01-30 14:41:38
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 379 ms / 2,000 ms
コード長 51 bytes
コンパイル時間 451 ms
コンパイル使用メモリ 118,044 KB
実行使用メモリ 132,732 KB
最終ジャッジ日時 2023-09-10 11:01:51
合計ジャッジ時間 14,477 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 369 ms
132,208 KB
testcase_01 AC 366 ms
132,436 KB
testcase_02 AC 371 ms
132,420 KB
testcase_03 AC 368 ms
132,340 KB
testcase_04 AC 369 ms
132,448 KB
testcase_05 AC 373 ms
132,304 KB
testcase_06 AC 374 ms
132,324 KB
testcase_07 AC 375 ms
132,372 KB
testcase_08 AC 378 ms
132,444 KB
testcase_09 AC 366 ms
132,468 KB
testcase_10 AC 373 ms
132,376 KB
testcase_11 AC 375 ms
132,648 KB
testcase_12 AC 375 ms
132,612 KB
testcase_13 AC 377 ms
132,324 KB
testcase_14 AC 368 ms
132,608 KB
testcase_15 AC 368 ms
132,496 KB
testcase_16 AC 370 ms
132,352 KB
testcase_17 AC 368 ms
131,900 KB
testcase_18 AC 374 ms
132,368 KB
testcase_19 AC 372 ms
132,608 KB
testcase_20 AC 371 ms
132,444 KB
testcase_21 AC 372 ms
132,424 KB
testcase_22 AC 374 ms
132,440 KB
testcase_23 AC 378 ms
131,780 KB
testcase_24 AC 374 ms
132,436 KB
testcase_25 AC 376 ms
132,312 KB
testcase_26 AC 379 ms
132,732 KB
testcase_27 AC 376 ms
132,612 KB
testcase_28 AC 373 ms
132,360 KB
testcase_29 AC 371 ms
132,488 KB
testcase_30 AC 370 ms
132,340 KB
testcase_31 AC 375 ms
132,608 KB
testcase_32 AC 375 ms
132,356 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;my@a=words;say <T F>[?sum (0,|@a Z-@a)X!= 1|-1]
0