結果

問題 No.410 出会い
ユーザー yuruhiyayuruhiya
提出日時 2020-10-17 13:05:16
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 398 ms / 2,000 ms
コード長 38 bytes
コンパイル時間 584 ms
コンパイル使用メモリ 120,088 KB
実行使用メモリ 134,224 KB
最終ジャッジ日時 2023-09-28 07:40:42
合計ジャッジ時間 11,233 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 387 ms
133,960 KB
testcase_01 AC 386 ms
133,964 KB
testcase_02 AC 392 ms
133,944 KB
testcase_03 AC 381 ms
133,980 KB
testcase_04 AC 392 ms
133,972 KB
testcase_05 AC 386 ms
133,892 KB
testcase_06 AC 378 ms
134,108 KB
testcase_07 AC 381 ms
133,800 KB
testcase_08 AC 372 ms
133,868 KB
testcase_09 AC 383 ms
134,224 KB
testcase_10 AC 398 ms
133,884 KB
testcase_11 AC 385 ms
134,008 KB
testcase_12 AC 386 ms
133,852 KB
testcase_13 AC 385 ms
134,192 KB
testcase_14 AC 387 ms
134,172 KB
testcase_15 AC 384 ms
133,984 KB
testcase_16 AC 380 ms
134,020 KB
testcase_17 AC 375 ms
133,920 KB
testcase_18 AC 384 ms
134,048 KB
testcase_19 AC 374 ms
134,056 KB
testcase_20 AC 383 ms
133,864 KB
testcase_21 AC 379 ms
133,972 KB
testcase_22 AC 383 ms
134,028 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say sum(([Z-] get.words xx 2)>>.abs)/2
0