結果

問題 No.3024 等式
ユーザー 👑 p-adicp-adic
提出日時 2023-09-11 10:10:19
言語 cLay
(20240714-1)
結果
TLE  
実行時間 -
コード長 410 bytes
コンパイル時間 2,668 ms
コンパイル使用メモリ 192,928 KB
実行使用メモリ 301,088 KB
最終ジャッジ日時 2024-06-29 00:52:43
合計ジャッジ時間 21,108 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,812 KB
testcase_01 AC 2 ms
6,940 KB
testcase_02 AC 3 ms
6,940 KB
testcase_03 AC 2 ms
6,944 KB
testcase_04 AC 3 ms
6,940 KB
testcase_05 AC 2 ms
6,944 KB
testcase_06 AC 21 ms
6,940 KB
testcase_07 AC 25 ms
6,944 KB
testcase_08 AC 37 ms
6,940 KB
testcase_09 AC 5 ms
6,944 KB
testcase_10 AC 20 ms
6,940 KB
testcase_11 AC 36 ms
6,940 KB
testcase_12 AC 1,556 ms
49,664 KB
testcase_13 AC 1,564 ms
49,792 KB
testcase_14 AC 2,810 ms
81,024 KB
testcase_15 AC 248 ms
22,912 KB
testcase_16 AC 239 ms
20,992 KB
testcase_17 AC 15 ms
6,944 KB
testcase_18 AC 1,437 ms
85,632 KB
testcase_19 AC 1,443 ms
84,608 KB
testcase_20 AC 2,055 ms
114,304 KB
testcase_21 AC 39 ms
6,944 KB
testcase_22 TLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

using V=vector<double>;{ll@N,c;V A(N);rep(i,N){ll@a;A[i]=a;}sort(A.begin(),A.end());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);V C;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,C=B,sort(C.begin(),C.end()),S.insert(C);}}N--;}wt(S.count({0})?"YES":"NO");}
0