結果

問題 No.1726 [Cherry 3rd Tune B] ジャマイカビアポン
ユーザー tailstails
提出日時 2023-02-02 19:47:42
言語 cLay
(20240714-1)
結果
AC  
実行時間 2,876 ms / 3,000 ms
コード長 279 bytes
コンパイル時間 2,736 ms
コンパイル使用メモリ 184,840 KB
実行使用メモリ 43,648 KB
最終ジャッジ日時 2024-11-18 16:16:41
合計ジャッジ時間 42,808 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,816 KB
testcase_01 AC 1 ms
6,816 KB
testcase_02 AC 2 ms
6,816 KB
testcase_03 AC 2 ms
6,816 KB
testcase_04 AC 4 ms
6,820 KB
testcase_05 AC 4 ms
6,820 KB
testcase_06 AC 2 ms
6,816 KB
testcase_07 AC 2 ms
6,816 KB
testcase_08 AC 2 ms
6,820 KB
testcase_09 AC 2 ms
6,816 KB
testcase_10 AC 2 ms
6,820 KB
testcase_11 AC 4 ms
6,820 KB
testcase_12 AC 8 ms
6,816 KB
testcase_13 AC 2 ms
6,820 KB
testcase_14 AC 267 ms
12,032 KB
testcase_15 AC 1,334 ms
26,752 KB
testcase_16 AC 2,062 ms
35,200 KB
testcase_17 AC 1,273 ms
26,240 KB
testcase_18 AC 939 ms
22,016 KB
testcase_19 AC 1,683 ms
31,616 KB
testcase_20 AC 372 ms
13,440 KB
testcase_21 AC 1,588 ms
30,208 KB
testcase_22 AC 587 ms
17,536 KB
testcase_23 AC 662 ms
18,304 KB
testcase_24 AC 2,724 ms
43,392 KB
testcase_25 AC 2,800 ms
43,392 KB
testcase_26 AC 2,757 ms
43,520 KB
testcase_27 AC 2,798 ms
43,392 KB
testcase_28 AC 2,795 ms
43,648 KB
testcase_29 AC 2,796 ms
43,648 KB
testcase_30 AC 2,774 ms
43,392 KB
testcase_31 AC 2,777 ms
43,520 KB
testcase_32 AC 2,810 ms
43,392 KB
testcase_33 AC 2,876 ms
43,392 KB
testcase_34 AC 2 ms
6,820 KB
testcase_35 AC 1 ms
6,820 KB
testcase_36 AC 2 ms
6,816 KB
testcase_37 AC 1 ms
6,816 KB
testcase_38 AC 135 ms
6,820 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@n,@m,@p[n],a[],b[],c[m],d[],z=0;
rd((a,b)(n),(c,d)(m));
rep(2){
	rep(i,n){
		a[i]=-a[i];
	}
	rep(2){
		rep(i,n){
			b[i]=-b[i];
		}
		map<pair<ll,ll>,ll>h;
		rep(i,n){
			rep(j,m){
				h[{a[i]-c[j],b[i]-d[j]}]+=p[i];
			}
		}
		for(auto x:h){
			z>?=x.second;
		}
	}
}
wt(z);
0