結果

問題 No.84 悪の算盤
ユーザー yuruhiyayuruhiya
提出日時 2021-02-06 20:23:37
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 320 ms / 5,000 ms
コード長 35 bytes
コンパイル時間 396 ms
コンパイル使用メモリ 134,528 KB
実行使用メモリ 144,376 KB
最終ジャッジ日時 2024-07-03 08:17:04
合計ジャッジ時間 5,381 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 309 ms
144,124 KB
testcase_01 AC 310 ms
144,124 KB
testcase_02 AC 310 ms
144,248 KB
testcase_03 AC 313 ms
144,376 KB
testcase_04 AC 307 ms
144,248 KB
testcase_05 AC 305 ms
143,996 KB
testcase_06 AC 319 ms
144,248 KB
testcase_07 AC 316 ms
144,252 KB
testcase_08 AC 320 ms
143,996 KB
testcase_09 AC 318 ms
144,120 KB
testcase_10 AC 317 ms
144,260 KB
testcase_11 AC 319 ms
144,124 KB
testcase_12 AC 308 ms
144,260 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say ($0*$1-1)+>-+^($0==$1)
0