結果

問題 No.3024 等式
ユーザー 👑 p-adicp-adic
提出日時 2023-09-11 10:26:00
言語 cLay
(20240714-1)
結果
AC  
実行時間 4,696 ms / 5,000 ms
コード長 510 bytes
コンパイル時間 3,018 ms
コンパイル使用メモリ 188,632 KB
実行使用メモリ 188,416 KB
最終ジャッジ日時 2024-06-30 04:15:19
合計ジャッジ時間 14,503 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,816 KB
testcase_01 AC 2 ms
6,940 KB
testcase_02 AC 2 ms
6,940 KB
testcase_03 AC 2 ms
6,944 KB
testcase_04 AC 2 ms
6,940 KB
testcase_05 AC 2 ms
6,944 KB
testcase_06 AC 15 ms
6,944 KB
testcase_07 AC 18 ms
6,940 KB
testcase_08 AC 26 ms
6,944 KB
testcase_09 AC 7 ms
6,944 KB
testcase_10 AC 19 ms
6,944 KB
testcase_11 AC 24 ms
6,940 KB
testcase_12 AC 1,079 ms
31,360 KB
testcase_13 AC 1,023 ms
31,616 KB
testcase_14 AC 1,809 ms
51,584 KB
testcase_15 AC 405 ms
28,928 KB
testcase_16 AC 197 ms
18,176 KB
testcase_17 AC 33 ms
7,040 KB
testcase_18 AC 297 ms
36,736 KB
testcase_19 AC 741 ms
67,200 KB
testcase_20 AC 643 ms
54,656 KB
testcase_21 AC 26 ms
6,940 KB
testcase_22 AC 4,696 ms
188,416 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

using V=vector<double>;using T=chrono::system_clock;{T::time_point w=T::now();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()&&static_cast<ll>(chrono::duration_cast<chrono::microseconds>(T::now()-w).count()/1000)<4000){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);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)if(d>=0){B[c]=d,S.insert(B);}}}N--;}wt(S.count({0})?"YES":"NO");}
0