結果
問題 | No.3024 等式 |
ユーザー | 👑 p-adic |
提出日時 | 2023-09-11 10:58:38 |
言語 | cLay (20240714-1) |
結果 |
MLE
|
実行時間 | - |
コード長 | 432 bytes |
コンパイル時間 | 2,395 ms |
コンパイル使用メモリ | 181,308 KB |
実行使用メモリ | 813,696 KB |
最終ジャッジ日時 | 2024-06-29 01:41:05 |
合計ジャッジ時間 | 5,218 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 1 ms
6,812 KB |
testcase_01 | AC | 1 ms
6,944 KB |
testcase_02 | AC | 3 ms
6,940 KB |
testcase_03 | AC | 2 ms
6,940 KB |
testcase_04 | AC | 2 ms
6,940 KB |
testcase_05 | AC | 2 ms
6,944 KB |
testcase_06 | AC | 81 ms
37,248 KB |
testcase_07 | AC | 81 ms
37,120 KB |
testcase_08 | AC | 80 ms
37,120 KB |
testcase_09 | AC | 4 ms
6,944 KB |
testcase_10 | AC | 10 ms
8,832 KB |
testcase_11 | AC | 64 ms
37,248 KB |
testcase_12 | MLE | - |
testcase_13 | -- | - |
testcase_14 | -- | - |
testcase_15 | -- | - |
testcase_16 | -- | - |
testcase_17 | -- | - |
testcase_18 | -- | - |
testcase_19 | -- | - |
testcase_20 | -- | - |
testcase_21 | -- | - |
testcase_22 | -- | - |
ソースコード
using V=vector<double>;{ll@N,c;V A(N);rep(i,N){ll@a;A[i]=a;}list<V>S{A};while(N>1){auto T=move(S);S.clear();while(T.size()){A=T.front();T.pop_front();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)if(d>=0)B[c]=d,S.push_back(B);}}}N--;}while(S.size()){A=S.front();S.pop_front();if(A[0]==0)wt("YES"),exit(0);}wt("NO");}