結果

問題 No.1078 I love Matrix Construction
ユーザー tailstails
提出日時 2020-09-17 09:58:03
言語 cLay
(20240714-1)
結果
AC  
実行時間 105 ms / 2,000 ms
コード長 256 bytes
コンパイル時間 2,958 ms
コンパイル使用メモリ 180,012 KB
実行使用メモリ 31,616 KB
最終ジャッジ日時 2024-07-05 14:07:50
合計ジャッジ時間 6,402 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 1 ms
5,248 KB
testcase_02 AC 9 ms
7,424 KB
testcase_03 AC 22 ms
14,080 KB
testcase_04 AC 32 ms
18,176 KB
testcase_05 AC 25 ms
15,744 KB
testcase_06 AC 9 ms
7,296 KB
testcase_07 AC 4 ms
5,376 KB
testcase_08 AC 26 ms
15,872 KB
testcase_09 AC 3 ms
5,376 KB
testcase_10 AC 105 ms
31,616 KB
testcase_11 AC 36 ms
18,816 KB
testcase_12 AC 68 ms
26,368 KB
testcase_13 AC 88 ms
29,440 KB
testcase_14 AC 44 ms
21,376 KB
testcase_15 AC 80 ms
28,032 KB
testcase_16 AC 4 ms
5,376 KB
testcase_17 AC 2 ms
5,376 KB
testcase_18 AC 7 ms
6,144 KB
testcase_19 AC 14 ms
10,240 KB
testcase_20 AC 14 ms
9,984 KB
testcase_21 AC 2 ms
5,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

int n,k,s[1d3],u[500],e[5d5],f[5d5];graph g;{rd(n,(s--)(2n),u(n));rep(i,n)rep(j,n)f[k+1]=1^(e[k]=2s[i]*n+2j+u[i]%2),f[k]=1^(e[k+1]=2j*n+2s[i+n]+u[i]/2),k+=2;g.setDirectEdge(k,k,e,f);g.scc(e);rep(i,n*n)e[2i]-e[2i+1]?e[i]=e[2i]<e[2i+1]:*e=-(n=1);wt(e(n*n));}
0