結果

問題 No.400 鏡
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 14:10:48
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 345 ms / 2,000 ms
コード長 41 bytes
コンパイル時間 297 ms
コンパイル使用メモリ 119,672 KB
実行使用メモリ 124,964 KB
最終ジャッジ日時 2023-09-28 01:55:53
合計ジャッジ時間 5,306 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 324 ms
119,620 KB
testcase_01 AC 326 ms
119,760 KB
testcase_02 AC 326 ms
124,964 KB
testcase_03 AC 328 ms
124,700 KB
testcase_04 AC 330 ms
124,272 KB
testcase_05 AC 335 ms
124,292 KB
testcase_06 AC 330 ms
124,568 KB
testcase_07 AC 327 ms
124,264 KB
testcase_08 AC 345 ms
124,268 KB
testcase_09 AC 339 ms
124,268 KB
testcase_10 AC 324 ms
124,104 KB
testcase_11 AC 324 ms
124,332 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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