結果

問題 No.3024 等式
ユーザー 👑 p-adicp-adic
提出日時 2023-09-11 10:14:18
言語 cLay
(20240714-1)
結果
WA  
実行時間 -
コード長 363 bytes
コンパイル時間 5,078 ms
コンパイル使用メモリ 187,864 KB
実行使用メモリ 275,232 KB
最終ジャッジ日時 2024-06-29 00:56:27
合計ジャッジ時間 18,813 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,816 KB
testcase_01 WA -
testcase_02 AC 3 ms
5,376 KB
testcase_03 AC 2 ms
5,376 KB
testcase_04 WA -
testcase_05 WA -
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 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 AC 1,116 ms
31,360 KB
testcase_13 AC 1,025 ms
31,488 KB
testcase_14 AC 1,842 ms
51,456 KB
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 TLE -
testcase_19 -- -
testcase_20 -- -
testcase_21 -- -
testcase_22 -- -
権限があれば一括ダウンロードができます

ソースコード

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);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