結果

問題 No.46 はじめのn歩
ユーザー %20%20
提出日時 2017-09-15 17:00:50
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 362 ms / 5,000 ms
コード長 33 bytes
コンパイル時間 576 ms
コンパイル使用メモリ 135,824 KB
実行使用メモリ 138,256 KB
最終ジャッジ日時 2024-05-03 13:54:20
合計ジャッジ時間 4,805 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 349 ms
137,872 KB
testcase_01 AC 353 ms
138,256 KB
testcase_02 AC 362 ms
138,124 KB
testcase_03 AC 356 ms
137,868 KB
testcase_04 AC 350 ms
137,616 KB
testcase_05 AC 350 ms
138,020 KB
testcase_06 AC 355 ms
138,124 KB
testcase_07 AC 346 ms
138,084 KB
testcase_08 AC 359 ms
137,872 KB
testcase_09 AC 353 ms
137,872 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$_=get;s/\s/ Rdiv+^-/;say 1+.EVAL
0