結果

問題 No.2684 折々の色
ユーザー tailstails
提出日時 2024-03-20 23:27:33
言語 cLay
(20240104-1)
結果
WA  
実行時間 -
コード長 530 bytes
コンパイル時間 7,744 ms
コンパイル使用メモリ 219,804 KB
実行使用メモリ 30,572 KB
最終ジャッジ日時 2024-03-20 23:28:09
合計ジャッジ時間 33,840 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
7,488 KB
testcase_01 AC 2 ms
7,488 KB
testcase_02 WA -
testcase_03 WA -
testcase_04 RE -
testcase_05 AC 2 ms
7,488 KB
testcase_06 RE -
testcase_07 WA -
testcase_08 RE -
testcase_09 AC 3 ms
7,488 KB
testcase_10 RE -
testcase_11 RE -
testcase_12 RE -
testcase_13 RE -
testcase_14 RE -
testcase_15 RE -
testcase_16 RE -
testcase_17 RE -
testcase_18 RE -
testcase_19 RE -
testcase_20 RE -
testcase_21 RE -
testcase_22 RE -
testcase_23 RE -
testcase_24 RE -
testcase_25 RE -
testcase_26 RE -
testcase_27 RE -
testcase_28 RE -
testcase_29 RE -
testcase_30 RE -
testcase_31 RE -
testcase_32 RE -
testcase_33 RE -
testcase_34 RE -
testcase_35 RE -
testcase_36 RE -
testcase_37 RE -
testcase_38 RE -
testcase_39 RE -
testcase_40 RE -
testcase_41 RE -
testcase_42 RE -
testcase_43 RE -
testcase_44 RE -
testcase_45 RE -
testcase_46 RE -
testcase_47 RE -
testcase_48 RE -
testcase_49 RE -
testcase_50 AC 3 ms
7,488 KB
testcase_51 WA -
testcase_52 RE -
testcase_53 RE -
testcase_54 WA -
testcase_55 WA -
testcase_56 WA -
testcase_57 RE -
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@n,@m,@x[m],y[],c[n][m],t[n],d[],e[];
rep(i,n){
	rd(c[i](m),t[i]);
	rep(j,m){
		c[i][j]*=t[i];
	}
}
d[0..n-1]=(0..);
rrep(j,m){
	rep(i,n){
		e[i]=c[d[i]][m];
	}
	sortA(n,e,d);
}
x[0..m-1]*=100;
rep(i,n){
	rep(j,m){
		ll u=x[j]-c[i][j];
		if(u*100%(100-t[i])){
			goto hoge;
		}
		y[j]=u*100/(100-t[i]);
	}
	if(1){
		ll a=bsearch_min[ll,k,0,n](lexicographical_compare(y,y+m,c[k],c[k]+m));
		ll b=bsearch_min[ll,k,0,n](!lexicographical_compare(c[k],c[k]+m,y,y+m));
		if(a!=b){
			wt("Yes");
			exit(0);
		}
	}
	hoge:;
}
wt("No");
0