結果

問題 No.646 逆ピラミッド
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 20:18:48
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 350 ms / 2,000 ms
コード長 31 bytes
コンパイル時間 449 ms
コンパイル使用メモリ 120,748 KB
実行使用メモリ 134,000 KB
最終ジャッジ日時 2023-09-28 02:29:23
合計ジャッジ時間 4,789 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 350 ms
133,544 KB
testcase_01 AC 344 ms
133,764 KB
testcase_02 AC 345 ms
133,444 KB
testcase_03 AC 348 ms
133,576 KB
testcase_04 AC 338 ms
133,644 KB
testcase_05 AC 346 ms
133,920 KB
testcase_06 AC 331 ms
134,000 KB
testcase_07 AC 341 ms
133,784 KB
testcase_08 AC 341 ms
133,728 KB
testcase_09 AC 347 ms
133,724 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

map {say $! x-$_},-($!=get)..-1
0