結果

問題 No.1658 Product / Sum
ユーザー yuruhiyayuruhiya
提出日時 2021-08-29 15:09:31
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 410 ms / 2,000 ms
コード長 38 bytes
コンパイル時間 1,757 ms
コンパイル使用メモリ 116,792 KB
実行使用メモリ 131,132 KB
最終ジャッジ日時 2023-08-14 09:59:16
合計ジャッジ時間 11,706 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 347 ms
128,476 KB
testcase_01 AC 328 ms
127,416 KB
testcase_02 AC 338 ms
127,504 KB
testcase_03 AC 348 ms
127,320 KB
testcase_04 AC 346 ms
127,584 KB
testcase_05 AC 390 ms
131,000 KB
testcase_06 AC 392 ms
130,904 KB
testcase_07 AC 365 ms
127,840 KB
testcase_08 AC 410 ms
131,132 KB
testcase_09 AC 356 ms
127,752 KB
testcase_10 AC 370 ms
129,020 KB
testcase_11 AC 356 ms
127,900 KB
testcase_12 AC 347 ms
127,684 KB
testcase_13 AC 365 ms
128,080 KB
testcase_14 AC 380 ms
130,524 KB
testcase_15 AC 370 ms
128,152 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;put [$1*2,$1*2+$0-2,1 xx$0-2]
0