結果

問題 No.3024 等式
ユーザー 👑 p-adicp-adic
提出日時 2023-09-11 10:13:17
言語 cLay
(20240714-1)
結果
TLE  
実行時間 -
コード長 363 bytes
コンパイル時間 2,330 ms
コンパイル使用メモリ 187,436 KB
実行使用メモリ 343,452 KB
最終ジャッジ日時 2024-06-29 00:54:49
合計ジャッジ時間 18,655 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 2 ms
5,376 KB
testcase_03 AC 3 ms
5,376 KB
testcase_04 AC 2 ms
5,376 KB
testcase_05 AC 2 ms
5,376 KB
testcase_06 AC 20 ms
5,376 KB
testcase_07 AC 25 ms
5,376 KB
testcase_08 AC 38 ms
6,400 KB
testcase_09 AC 9 ms
5,376 KB
testcase_10 AC 28 ms
6,144 KB
testcase_11 AC 33 ms
5,504 KB
testcase_12 AC 1,587 ms
46,720 KB
testcase_13 AC 1,501 ms
47,232 KB
testcase_14 AC 2,782 ms
78,464 KB
testcase_15 AC 577 ms
46,720 KB
testcase_16 AC 290 ms
28,928 KB
testcase_17 AC 45 ms
9,088 KB
testcase_18 AC 455 ms
63,488 KB
testcase_19 AC 1,126 ms
117,376 KB
testcase_20 AC 1,017 ms
95,744 KB
testcase_21 AC 36 ms
6,144 KB
testcase_22 TLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

using V=vector<double>;{ll@N,c;V A(N);rep(i,N){ll@a;A[i]=a;}set<V>S{A};while(N>1){auto T=move(S);S.clear();while(T.size()){T.erase(A=*T.begin());rep(i,N)rep(j,N)if(i!=j){auto&a=A[j];if(a==0)wt("YES"),exit(0);V B(N-1);if(a>0){c=0;rep(k,N)if(k!=i&&k!=j)B[c++]=A[k];V D{A[i]+a,A[i]-a,A[i]*a,A[i]/a};rep[D](d,4)B[c]=d,S.insert(B);}}}N--;}wt(S.count({0})?"YES":"NO");}
0