結果

問題 No.182 新規性の虜
ユーザー tonyu0tonyu0
提出日時 2020-04-25 16:02:36
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 243 ms / 5,000 ms
コード長 53 bytes
コンパイル時間 95 ms
コンパイル使用メモリ 5,456 KB
実行使用メモリ 9,052 KB
最終ジャッジ日時 2023-08-07 02:40:22
合計ジャッジ時間 5,169 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
外部呼び出し有り
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 13 ms
4,380 KB
testcase_01 AC 13 ms
4,376 KB
testcase_02 AC 13 ms
4,376 KB
testcase_03 AC 13 ms
4,376 KB
testcase_04 AC 12 ms
4,380 KB
testcase_05 AC 13 ms
4,376 KB
testcase_06 AC 13 ms
4,380 KB
testcase_07 AC 13 ms
4,376 KB
testcase_08 AC 148 ms
5,844 KB
testcase_09 AC 243 ms
9,052 KB
testcase_10 AC 211 ms
8,532 KB
testcase_11 AC 173 ms
6,472 KB
testcase_12 AC 76 ms
5,540 KB
testcase_13 AC 13 ms
4,380 KB
testcase_14 AC 13 ms
4,376 KB
testcase_15 AC 12 ms
4,376 KB
testcase_16 AC 13 ms
4,376 KB
testcase_17 AC 13 ms
4,376 KB
testcase_18 AC 155 ms
7,996 KB
testcase_19 AC 113 ms
6,904 KB
testcase_20 AC 72 ms
4,708 KB
testcase_21 AC 177 ms
8,680 KB
testcase_22 AC 89 ms
5,480 KB
testcase_23 AC 12 ms
4,376 KB
testcase_24 AC 186 ms
8,404 KB
testcase_25 AC 67 ms
7,804 KB
testcase_26 AC 37 ms
4,508 KB
testcase_27 AC 13 ms
4,376 KB
evil01.txt AC 237 ms
9,052 KB
evil02.txt AC 241 ms
8,828 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

sed 1d|awk 'BEGIN{RS=FS}{print$1}'|sort|uniq -u|wc -l
0