結果

問題 No.182 新規性の虜
ユーザー %20%20
提出日時 2017-04-15 16:03:24
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 223 ms / 5,000 ms
コード長 33 bytes
コンパイル時間 121 ms
コンパイル使用メモリ 5,304 KB
実行使用メモリ 9,180 KB
最終ジャッジ日時 2023-08-27 14:51:49
合計ジャッジ時間 3,461 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 11 ms
4,380 KB
testcase_01 AC 11 ms
4,376 KB
testcase_02 AC 11 ms
4,376 KB
testcase_03 AC 10 ms
4,380 KB
testcase_04 AC 11 ms
4,376 KB
testcase_05 AC 10 ms
4,380 KB
testcase_06 AC 11 ms
4,376 KB
testcase_07 AC 10 ms
4,380 KB
testcase_08 AC 131 ms
6,312 KB
testcase_09 AC 223 ms
8,792 KB
testcase_10 AC 188 ms
8,328 KB
testcase_11 AC 155 ms
7,072 KB
testcase_12 AC 67 ms
4,496 KB
testcase_13 AC 10 ms
4,380 KB
testcase_14 AC 10 ms
4,376 KB
testcase_15 AC 10 ms
4,380 KB
testcase_16 AC 10 ms
4,376 KB
testcase_17 AC 11 ms
4,376 KB
testcase_18 AC 136 ms
8,884 KB
testcase_19 AC 99 ms
6,484 KB
testcase_20 AC 63 ms
4,732 KB
testcase_21 AC 155 ms
8,332 KB
testcase_22 AC 77 ms
5,884 KB
testcase_23 AC 11 ms
4,376 KB
testcase_24 AC 161 ms
8,360 KB
testcase_25 AC 45 ms
9,180 KB
testcase_26 AC 33 ms
5,256 KB
testcase_27 AC 10 ms
4,376 KB
evil01.txt AC 209 ms
8,648 KB
evil02.txt AC 213 ms
8,624 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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