結果

問題 No.410 出会い
ユーザー yuruhiyayuruhiya
提出日時 2021-01-27 16:06:15
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 349 ms / 2,000 ms
コード長 36 bytes
コンパイル時間 322 ms
コンパイル使用メモリ 120,072 KB
実行使用メモリ 132,264 KB
最終ジャッジ日時 2023-09-06 23:47:52
合計ジャッジ時間 9,504 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 333 ms
131,724 KB
testcase_01 AC 329 ms
131,896 KB
testcase_02 AC 338 ms
131,932 KB
testcase_03 AC 344 ms
132,096 KB
testcase_04 AC 346 ms
131,784 KB
testcase_05 AC 346 ms
132,044 KB
testcase_06 AC 330 ms
132,112 KB
testcase_07 AC 325 ms
131,984 KB
testcase_08 AC 337 ms
131,896 KB
testcase_09 AC 320 ms
131,804 KB
testcase_10 AC 342 ms
132,012 KB
testcase_11 AC 339 ms
131,908 KB
testcase_12 AC 336 ms
132,260 KB
testcase_13 AC 340 ms
132,140 KB
testcase_14 AC 345 ms
132,264 KB
testcase_15 AC 340 ms
132,176 KB
testcase_16 AC 349 ms
132,028 KB
testcase_17 AC 347 ms
131,908 KB
testcase_18 AC 338 ms
131,940 KB
testcase_19 AC 340 ms
131,984 KB
testcase_20 AC 338 ms
131,944 KB
testcase_21 AC 344 ms
131,936 KB
testcase_22 AC 348 ms
131,844 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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