結果

問題 No.400 鏡
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 14:10:48
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 376 ms / 2,000 ms
コード長 41 bytes
コンパイル時間 505 ms
コンパイル使用メモリ 133,980 KB
実行使用メモリ 137,052 KB
最終ジャッジ日時 2024-07-20 20:32:16
合計ジャッジ時間 5,867 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 364 ms
136,672 KB
testcase_01 AC 361 ms
136,668 KB
testcase_02 AC 360 ms
136,664 KB
testcase_03 AC 363 ms
136,916 KB
testcase_04 AC 369 ms
136,912 KB
testcase_05 AC 367 ms
136,920 KB
testcase_06 AC 366 ms
137,052 KB
testcase_07 AC 368 ms
136,668 KB
testcase_08 AC 369 ms
137,048 KB
testcase_09 AC 363 ms
136,924 KB
testcase_10 AC 362 ms
136,796 KB
testcase_11 AC 376 ms
136,924 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$_=get;tr/<>/></;put $_.comb.reverse.join
0