結果

問題 No.547 未知の言語
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 19:09:56
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 380 ms / 2,000 ms
コード長 71 bytes
コンパイル時間 354 ms
コンパイル使用メモリ 122,492 KB
実行使用メモリ 131,956 KB
最終ジャッジ日時 2023-09-28 02:25:54
合計ジャッジ時間 14,486 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 374 ms
131,528 KB
testcase_01 AC 374 ms
131,836 KB
testcase_02 AC 371 ms
131,692 KB
testcase_03 AC 372 ms
131,868 KB
testcase_04 AC 369 ms
131,948 KB
testcase_05 AC 370 ms
131,796 KB
testcase_06 AC 376 ms
131,672 KB
testcase_07 AC 378 ms
131,852 KB
testcase_08 AC 380 ms
131,808 KB
testcase_09 AC 375 ms
131,880 KB
testcase_10 AC 375 ms
131,684 KB
testcase_11 AC 374 ms
131,672 KB
testcase_12 AC 370 ms
131,700 KB
testcase_13 AC 372 ms
131,680 KB
testcase_14 AC 368 ms
131,788 KB
testcase_15 AC 370 ms
131,804 KB
testcase_16 AC 368 ms
131,868 KB
testcase_17 AC 368 ms
131,796 KB
testcase_18 AC 374 ms
131,680 KB
testcase_19 AC 372 ms
131,656 KB
testcase_20 AC 372 ms
131,956 KB
testcase_21 AC 374 ms
131,740 KB
testcase_22 AC 370 ms
131,776 KB
testcase_23 AC 369 ms
131,592 KB
testcase_24 AC 369 ms
131,624 KB
testcase_25 AC 368 ms
131,740 KB
testcase_26 AC 367 ms
131,708 KB
testcase_27 AC 369 ms
131,684 KB
testcase_28 AC 370 ms
131,748 KB
testcase_29 AC 368 ms
131,668 KB
testcase_30 AC 367 ms
131,668 KB
testcase_31 AC 370 ms
131,792 KB
testcase_32 AC 368 ms
131,668 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;$/=lines>>.words;put join "
",grep({.[1]ne.[2]},list ^$0+1 Z$0 Z$1)
0