結果

問題 No.1658 Product / Sum
ユーザー yuruhiyayuruhiya
提出日時 2021-08-29 15:09:31
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 427 ms / 2,000 ms
コード長 38 bytes
コンパイル時間 525 ms
コンパイル使用メモリ 130,764 KB
実行使用メモリ 142,008 KB
最終ジャッジ日時 2024-05-01 22:30:41
合計ジャッジ時間 8,733 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 332 ms
136,404 KB
testcase_01 AC 332 ms
136,772 KB
testcase_02 AC 338 ms
136,384 KB
testcase_03 AC 335 ms
136,532 KB
testcase_04 AC 332 ms
136,640 KB
testcase_05 AC 427 ms
142,008 KB
testcase_06 AC 398 ms
139,924 KB
testcase_07 AC 366 ms
135,968 KB
testcase_08 AC 390 ms
139,660 KB
testcase_09 AC 367 ms
135,716 KB
testcase_10 AC 360 ms
135,732 KB
testcase_11 AC 367 ms
136,100 KB
testcase_12 AC 360 ms
135,968 KB
testcase_13 AC 368 ms
137,868 KB
testcase_14 AC 397 ms
139,788 KB
testcase_15 AC 373 ms
138,380 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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