結果

問題 No.547 未知の言語
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 19:09:56
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 444 ms / 2,000 ms
コード長 71 bytes
コンパイル時間 489 ms
コンパイル使用メモリ 134,644 KB
実行使用メモリ 137,992 KB
最終ジャッジ日時 2024-07-20 21:02:53
合計ジャッジ時間 16,385 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 441 ms
137,200 KB
testcase_01 AC 444 ms
137,132 KB
testcase_02 AC 440 ms
137,064 KB
testcase_03 AC 438 ms
136,936 KB
testcase_04 AC 442 ms
136,960 KB
testcase_05 AC 433 ms
137,144 KB
testcase_06 AC 442 ms
137,192 KB
testcase_07 AC 432 ms
137,004 KB
testcase_08 AC 441 ms
136,844 KB
testcase_09 AC 439 ms
137,316 KB
testcase_10 AC 435 ms
137,200 KB
testcase_11 AC 436 ms
137,068 KB
testcase_12 AC 434 ms
137,516 KB
testcase_13 AC 434 ms
137,864 KB
testcase_14 AC 435 ms
137,740 KB
testcase_15 AC 436 ms
137,784 KB
testcase_16 AC 436 ms
137,868 KB
testcase_17 AC 434 ms
137,632 KB
testcase_18 AC 433 ms
137,632 KB
testcase_19 AC 436 ms
137,800 KB
testcase_20 AC 435 ms
137,948 KB
testcase_21 AC 437 ms
137,932 KB
testcase_22 AC 432 ms
137,804 KB
testcase_23 AC 432 ms
137,768 KB
testcase_24 AC 435 ms
137,736 KB
testcase_25 AC 437 ms
137,528 KB
testcase_26 AC 440 ms
137,736 KB
testcase_27 AC 440 ms
137,888 KB
testcase_28 AC 438 ms
137,700 KB
testcase_29 AC 437 ms
137,760 KB
testcase_30 AC 436 ms
137,480 KB
testcase_31 AC 438 ms
137,660 KB
testcase_32 AC 442 ms
137,992 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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