結果

問題 No.182 新規性の虜
ユーザー gigurururugigurururu
提出日時 2015-04-17 00:03:18
言語 Haskell
(9.6.2)
結果
AC  
実行時間 352 ms / 5,000 ms
コード長 93 bytes
コンパイル時間 12,505 ms
コンパイル使用メモリ 158,448 KB
実行使用メモリ 57,000 KB
最終ジャッジ日時 2023-08-27 07:09:27
合計ジャッジ時間 5,504 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,628 KB
testcase_01 AC 3 ms
6,752 KB
testcase_02 AC 3 ms
6,660 KB
testcase_03 AC 2 ms
6,700 KB
testcase_04 AC 2 ms
6,844 KB
testcase_05 AC 3 ms
6,740 KB
testcase_06 AC 2 ms
6,664 KB
testcase_07 AC 3 ms
6,704 KB
testcase_08 AC 182 ms
36,680 KB
testcase_09 AC 352 ms
57,000 KB
testcase_10 AC 302 ms
53,884 KB
testcase_11 AC 221 ms
40,116 KB
testcase_12 AC 82 ms
23,228 KB
testcase_13 AC 3 ms
6,648 KB
testcase_14 AC 2 ms
6,680 KB
testcase_15 AC 2 ms
6,668 KB
testcase_16 AC 2 ms
6,700 KB
testcase_17 AC 2 ms
6,664 KB
testcase_18 AC 213 ms
34,468 KB
testcase_19 AC 132 ms
24,936 KB
testcase_20 AC 82 ms
20,508 KB
testcase_21 AC 252 ms
35,520 KB
testcase_22 AC 102 ms
22,176 KB
testcase_23 AC 2 ms
6,680 KB
testcase_24 AC 102 ms
37,624 KB
testcase_25 AC 52 ms
23,704 KB
testcase_26 AC 43 ms
15,220 KB
testcase_27 AC 2 ms
6,732 KB
evil01.txt AC 142 ms
39,344 KB
evil02.txt AC 153 ms
39,296 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Loaded package environment from /home/judge/.ghc/x86_64-linux-9.6.1/environments/default
[1 of 2] Compiling Main             ( Main.hs, Main.o )
[2 of 2] Linking a.out

ソースコード

diff #

import Data.List
main=print.length.filter ((2>).length).group.sort.drop 1.words=<<getContents
0