結果

問題 No.1390 Get together
ユーザー tailstails
提出日時 2021-02-12 21:31:28
言語 cLay
(20240714-1)
結果
WA  
実行時間 -
コード長 160 bytes
コンパイル時間 2,592 ms
コンパイル使用メモリ 173,492 KB
実行使用メモリ 6,016 KB
最終ジャッジ日時 2024-07-05 15:03:33
合計ジャッジ時間 3,945 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 1 ms
5,376 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 1 ms
5,376 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 AC 2 ms
5,376 KB
testcase_14 AC 2 ms
5,376 KB
testcase_15 AC 2 ms
5,376 KB
testcase_16 AC 10 ms
5,376 KB
testcase_17 AC 11 ms
6,016 KB
testcase_18 AC 10 ms
5,376 KB
testcase_19 AC 16 ms
5,760 KB
testcase_20 AC 14 ms
5,888 KB
testcase_21 AC 14 ms
6,016 KB
testcase_22 AC 13 ms
5,888 KB
testcase_23 AC 13 ms
5,888 KB
testcase_24 AC 13 ms
5,760 KB
testcase_25 AC 14 ms
5,888 KB
testcase_26 AC 14 ms
5,888 KB
testcase_27 AC 14 ms
5,888 KB
testcase_28 AC 14 ms
5,888 KB
testcase_29 AC 13 ms
5,888 KB
testcase_30 AC 14 ms
5,888 KB
testcase_31 AC 13 ms
5,888 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

unionFind u;

int d[3d5];

{
	int @n,@m;
	int z=0;
	u.walloc(n+1,1);
	rep(n){
		int @b,@c;
		if(d[c]==0){
			d[c]=b;
		}else{
			z+=u(d[c],b);
		}
	}
	wt(z);
}
0