結果

問題 No.182 新規性の虜
ユーザー HinataHinata
提出日時 2017-03-31 14:42:01
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 220 ms / 5,000 ms
コード長 43 bytes
コンパイル時間 146 ms
コンパイル使用メモリ 5,480 KB
実行使用メモリ 9,368 KB
最終ジャッジ日時 2023-08-27 14:48:11
合計ジャッジ時間 3,640 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 11 ms
4,380 KB
testcase_01 AC 10 ms
4,380 KB
testcase_02 AC 11 ms
4,376 KB
testcase_03 AC 11 ms
4,380 KB
testcase_04 AC 11 ms
4,380 KB
testcase_05 AC 10 ms
4,376 KB
testcase_06 AC 10 ms
4,376 KB
testcase_07 AC 10 ms
4,380 KB
testcase_08 AC 132 ms
6,796 KB
testcase_09 AC 220 ms
9,368 KB
testcase_10 AC 189 ms
7,160 KB
testcase_11 AC 156 ms
6,600 KB
testcase_12 AC 68 ms
4,572 KB
testcase_13 AC 10 ms
4,376 KB
testcase_14 AC 11 ms
4,376 KB
testcase_15 AC 10 ms
4,380 KB
testcase_16 AC 10 ms
4,376 KB
testcase_17 AC 10 ms
4,380 KB
testcase_18 AC 136 ms
8,388 KB
testcase_19 AC 100 ms
6,312 KB
testcase_20 AC 63 ms
6,072 KB
testcase_21 AC 155 ms
8,352 KB
testcase_22 AC 78 ms
6,880 KB
testcase_23 AC 10 ms
4,380 KB
testcase_24 AC 161 ms
8,600 KB
testcase_25 AC 45 ms
7,828 KB
testcase_26 AC 32 ms
4,380 KB
testcase_27 AC 10 ms
4,380 KB
evil01.txt AC 209 ms
9,276 KB
evil02.txt AC 213 ms
9,304 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

read n
tr ' ' '\n' | sort | uniq -u | wc -l
0