結果

問題 No.1147 土偶Ⅱ
ユーザー %20%20
提出日時 2020-08-07 10:16:28
言語 Ruby
(3.3.0)
結果
AC  
実行時間 255 ms / 500 ms
コード長 167 bytes
コンパイル時間 97 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 13,440 KB
最終ジャッジ日時 2024-10-11 10:14:22
合計ジャッジ時間 4,145 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 109 ms
12,928 KB
testcase_01 AC 111 ms
12,928 KB
testcase_02 AC 110 ms
12,800 KB
testcase_03 AC 110 ms
13,056 KB
testcase_04 AC 125 ms
13,184 KB
testcase_05 AC 112 ms
12,928 KB
testcase_06 AC 146 ms
13,440 KB
testcase_07 AC 196 ms
13,312 KB
testcase_08 AC 114 ms
13,184 KB
testcase_09 AC 137 ms
13,184 KB
testcase_10 AC 122 ms
13,440 KB
testcase_11 AC 255 ms
12,928 KB
testcase_12 AC 152 ms
13,184 KB
testcase_13 AC 122 ms
13,312 KB
testcase_14 AC 230 ms
13,184 KB
testcase_15 AC 149 ms
13,440 KB
testcase_16 AC 122 ms
13,056 KB
testcase_17 AC 109 ms
13,056 KB
testcase_18 AC 112 ms
13,184 KB
testcase_19 AC 155 ms
13,184 KB
testcase_20 AC 107 ms
12,928 KB
testcase_21 AC 110 ms
12,928 KB
testcase_22 AC 133 ms
13,312 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

#!ruby -nrmatrix
x=Matrix.zero 1+n=$_.to_i
$<.map{a,b=_1.split.map &:to_i;x[a,b]=x[b,a]=1}
x=x*x-x*n
p [*1..n].combination(3).count{x[_1,_2]<1&&x[_2,_3]<1&&x[_3,_1]<1}
0