結果

問題 No.182 新規性の虜
ユーザー tonyu0tonyu0
提出日時 2020-04-25 16:02:36
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 151 ms / 5,000 ms
コード長 53 bytes
コンパイル時間 70 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 7,168 KB
最終ジャッジ日時 2024-04-24 20:58:46
合計ジャッジ時間 3,187 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
5,248 KB
testcase_01 AC 7 ms
5,376 KB
testcase_02 AC 7 ms
5,376 KB
testcase_03 AC 7 ms
5,376 KB
testcase_04 AC 7 ms
5,376 KB
testcase_05 AC 7 ms
5,376 KB
testcase_06 AC 7 ms
5,376 KB
testcase_07 AC 7 ms
5,376 KB
testcase_08 AC 92 ms
5,376 KB
testcase_09 AC 151 ms
6,528 KB
testcase_10 AC 132 ms
6,016 KB
testcase_11 AC 107 ms
5,376 KB
testcase_12 AC 47 ms
5,376 KB
testcase_13 AC 7 ms
5,376 KB
testcase_14 AC 7 ms
5,376 KB
testcase_15 AC 7 ms
5,376 KB
testcase_16 AC 7 ms
5,376 KB
testcase_17 AC 7 ms
5,376 KB
testcase_18 AC 111 ms
5,760 KB
testcase_19 AC 79 ms
5,376 KB
testcase_20 AC 50 ms
5,376 KB
testcase_21 AC 126 ms
6,400 KB
testcase_22 AC 60 ms
5,376 KB
testcase_23 AC 7 ms
5,376 KB
testcase_24 AC 114 ms
7,168 KB
testcase_25 AC 35 ms
6,656 KB
testcase_26 AC 22 ms
5,376 KB
testcase_27 AC 8 ms
5,376 KB
evil01.txt AC 128 ms
7,680 KB
evil02.txt AC 133 ms
7,680 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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