結果

問題 No.3024 等式
ユーザー 👑 p-adicp-adic
提出日時 2023-09-11 10:22:25
言語 cLay
(20240714-1)
結果
TLE  
実行時間 -
コード長 510 bytes
コンパイル時間 2,875 ms
コンパイル使用メモリ 187,796 KB
実行使用メモリ 223,488 KB
最終ジャッジ日時 2024-06-29 01:06:37
合計ジャッジ時間 16,065 ms
ジャッジサーバーID
(参考情報)
judge3 / 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 3 ms
5,376 KB
testcase_05 AC 2 ms
5,376 KB
testcase_06 AC 14 ms
5,376 KB
testcase_07 AC 17 ms
5,376 KB
testcase_08 AC 26 ms
5,376 KB
testcase_09 AC 7 ms
5,376 KB
testcase_10 AC 20 ms
5,376 KB
testcase_11 AC 23 ms
5,376 KB
testcase_12 AC 1,122 ms
31,232 KB
testcase_13 AC 1,019 ms
31,488 KB
testcase_14 AC 1,864 ms
51,456 KB
testcase_15 AC 389 ms
28,928 KB
testcase_16 AC 200 ms
18,048 KB
testcase_17 AC 33 ms
6,912 KB
testcase_18 AC 301 ms
36,480 KB
testcase_19 AC 747 ms
67,072 KB
testcase_20 AC 639 ms
54,656 KB
testcase_21 AC 25 ms
5,376 KB
testcase_22 TLE -
権限があれば一括ダウンロードができます

ソースコード

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)<4995){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