結果

問題 No.1603 Manhattan Social Distance
ユーザー kotatsugamekotatsugame
提出日時 2021-07-16 22:22:42
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 342 ms / 2,000 ms
コード長 30 bytes
コンパイル時間 1,677 ms
コンパイル使用メモリ 117,040 KB
実行使用メモリ 129,952 KB
最終ジャッジ日時 2023-09-20 14:36:23
合計ジャッジ時間 9,471 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 333 ms
129,872 KB
testcase_01 AC 333 ms
128,076 KB
testcase_02 AC 339 ms
129,952 KB
testcase_03 AC 333 ms
129,428 KB
testcase_04 AC 334 ms
127,992 KB
testcase_05 AC 338 ms
129,296 KB
testcase_06 AC 335 ms
127,704 KB
testcase_07 AC 339 ms
128,304 KB
testcase_08 AC 334 ms
128,296 KB
testcase_09 AC 331 ms
128,600 KB
testcase_10 AC 337 ms
128,336 KB
testcase_11 AC 333 ms
128,712 KB
testcase_12 AC 336 ms
128,048 KB
testcase_13 AC 342 ms
128,312 KB
testcase_14 AC 342 ms
127,932 KB
testcase_15 AC 336 ms
128,168 KB
testcase_16 AC 333 ms
128,028 KB
testcase_17 AC 333 ms
128,252 KB
testcase_18 AC 333 ms
128,100 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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