結果

問題 No.2301 Namorientation
ユーザー tailstails
提出日時 2023-05-15 12:16:31
言語 cLay
(20240714-1)
結果
AC  
実行時間 46 ms / 3,000 ms
コード長 251 bytes
コンパイル時間 3,193 ms
コンパイル使用メモリ 176,908 KB
実行使用メモリ 22,272 KB
最終ジャッジ日時 2024-11-30 18:51:46
合計ジャッジ時間 11,752 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,248 KB
testcase_02 AC 1 ms
5,248 KB
testcase_03 AC 1 ms
5,248 KB
testcase_04 AC 2 ms
5,248 KB
testcase_05 AC 1 ms
5,248 KB
testcase_06 AC 2 ms
5,248 KB
testcase_07 AC 2 ms
5,248 KB
testcase_08 AC 2 ms
5,248 KB
testcase_09 AC 2 ms
5,248 KB
testcase_10 AC 2 ms
5,248 KB
testcase_11 AC 2 ms
5,248 KB
testcase_12 AC 24 ms
11,136 KB
testcase_13 AC 21 ms
10,624 KB
testcase_14 AC 39 ms
15,488 KB
testcase_15 AC 30 ms
12,160 KB
testcase_16 AC 35 ms
14,080 KB
testcase_17 AC 25 ms
11,520 KB
testcase_18 AC 39 ms
14,464 KB
testcase_19 AC 22 ms
10,240 KB
testcase_20 AC 37 ms
14,208 KB
testcase_21 AC 29 ms
12,032 KB
testcase_22 AC 24 ms
22,272 KB
testcase_23 AC 23 ms
22,016 KB
testcase_24 AC 21 ms
19,072 KB
testcase_25 AC 14 ms
13,696 KB
testcase_26 AC 18 ms
16,512 KB
testcase_27 AC 39 ms
15,744 KB
testcase_28 AC 42 ms
15,744 KB
testcase_29 AC 43 ms
15,872 KB
testcase_30 AC 44 ms
15,872 KB
testcase_31 AC 46 ms
15,744 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

int z[3d5];
graph g;
void f(int i){
	rep[g.edge[i]](j,g.es[i])if(!z[j])z[j]=i,f(j);
}
{
	int@n,m,a[n],b[],r[n+1];
	rd((a,b)(n));
	g.setEdge(n+1,n,a,b);
	m=g.anUndirectedCycle(r);
	f(*r);
	rep(i,m)z[r[i]]=r[i+1];
	rep(i,n)wt(z[a[i]]-b[i]?"<-":"->");
}
0