結果

問題 No.410 出会い
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 19:46:00
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 377 ms / 2,000 ms
コード長 41 bytes
コンパイル時間 376 ms
コンパイル使用メモリ 132,096 KB
実行使用メモリ 145,032 KB
最終ジャッジ日時 2024-07-20 21:04:14
合計ジャッジ時間 9,999 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 353 ms
143,912 KB
testcase_01 AC 352 ms
144,300 KB
testcase_02 AC 353 ms
144,304 KB
testcase_03 AC 348 ms
144,044 KB
testcase_04 AC 353 ms
144,300 KB
testcase_05 AC 360 ms
143,916 KB
testcase_06 AC 358 ms
143,920 KB
testcase_07 AC 358 ms
144,300 KB
testcase_08 AC 377 ms
144,304 KB
testcase_09 AC 354 ms
144,304 KB
testcase_10 AC 354 ms
143,920 KB
testcase_11 AC 354 ms
144,028 KB
testcase_12 AC 354 ms
143,792 KB
testcase_13 AC 358 ms
143,916 KB
testcase_14 AC 360 ms
145,032 KB
testcase_15 AC 357 ms
143,792 KB
testcase_16 AC 356 ms
144,432 KB
testcase_17 AC 361 ms
143,792 KB
testcase_18 AC 357 ms
144,044 KB
testcase_19 AC 354 ms
143,788 KB
testcase_20 AC 357 ms
143,916 KB
testcase_21 AC 349 ms
144,288 KB
testcase_22 AC 348 ms
144,188 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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