結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
5,248 KB
testcase_01 AC 8 ms
5,248 KB
testcase_02 AC 8 ms
5,248 KB
testcase_03 AC 8 ms
5,248 KB
testcase_04 AC 8 ms
5,248 KB
testcase_05 AC 8 ms
5,248 KB
testcase_06 AC 8 ms
5,248 KB
testcase_07 AC 8 ms
5,248 KB
testcase_08 AC 94 ms
5,248 KB
testcase_09 AC 160 ms
6,656 KB
testcase_10 AC 134 ms
6,144 KB
testcase_11 AC 109 ms
5,376 KB
testcase_12 AC 46 ms
5,248 KB
testcase_13 AC 8 ms
5,248 KB
testcase_14 AC 8 ms
5,248 KB
testcase_15 AC 8 ms
5,248 KB
testcase_16 AC 8 ms
5,248 KB
testcase_17 AC 8 ms
5,248 KB
testcase_18 AC 112 ms
5,632 KB
testcase_19 AC 80 ms
5,248 KB
testcase_20 AC 50 ms
5,248 KB
testcase_21 AC 128 ms
6,528 KB
testcase_22 AC 62 ms
5,248 KB
testcase_23 AC 8 ms
5,248 KB
testcase_24 AC 113 ms
7,168 KB
testcase_25 AC 36 ms
6,912 KB
testcase_26 AC 23 ms
5,248 KB
testcase_27 AC 8 ms
5,248 KB
evil01.txt AC 130 ms
7,552 KB
evil02.txt AC 134 ms
7,808 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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