結果

問題 No.410 出会い
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 19:46:00
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 326 ms / 2,000 ms
コード長 41 bytes
コンパイル時間 313 ms
コンパイル使用メモリ 120,224 KB
実行使用メモリ 125,460 KB
最終ジャッジ日時 2023-09-28 02:27:47
合計ジャッジ時間 9,256 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 317 ms
125,216 KB
testcase_01 AC 314 ms
125,188 KB
testcase_02 AC 314 ms
125,120 KB
testcase_03 AC 314 ms
125,460 KB
testcase_04 AC 322 ms
124,980 KB
testcase_05 AC 307 ms
124,964 KB
testcase_06 AC 313 ms
125,088 KB
testcase_07 AC 312 ms
125,164 KB
testcase_08 AC 308 ms
124,988 KB
testcase_09 AC 316 ms
125,292 KB
testcase_10 AC 320 ms
125,112 KB
testcase_11 AC 310 ms
124,880 KB
testcase_12 AC 317 ms
125,296 KB
testcase_13 AC 310 ms
125,268 KB
testcase_14 AC 316 ms
125,284 KB
testcase_15 AC 317 ms
125,384 KB
testcase_16 AC 312 ms
125,144 KB
testcase_17 AC 312 ms
125,004 KB
testcase_18 AC 326 ms
125,188 KB
testcase_19 AC 311 ms
125,224 KB
testcase_20 AC 309 ms
124,944 KB
testcase_21 AC 326 ms
125,148 KB
testcase_22 AC 315 ms
125,176 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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