結果

問題 No.3024 等式
ユーザー 👑 p-adicp-adic
提出日時 2023-09-11 09:42:46
言語 cLay
(20240714-1)
結果
TLE  
実行時間 -
コード長 315 bytes
コンパイル時間 3,071 ms
コンパイル使用メモリ 191,568 KB
実行使用メモリ 311,712 KB
最終ジャッジ日時 2024-06-29 00:21:29
合計ジャッジ時間 20,716 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,812 KB
testcase_01 AC 1 ms
6,940 KB
testcase_02 AC 2 ms
6,944 KB
testcase_03 AC 3 ms
6,940 KB
testcase_04 AC 2 ms
6,944 KB
testcase_05 AC 2 ms
6,944 KB
testcase_06 AC 26 ms
6,944 KB
testcase_07 AC 31 ms
6,944 KB
testcase_08 AC 45 ms
6,940 KB
testcase_09 AC 9 ms
6,944 KB
testcase_10 AC 24 ms
6,944 KB
testcase_11 AC 39 ms
6,944 KB
testcase_12 AC 2,024 ms
52,224 KB
testcase_13 AC 2,034 ms
53,760 KB
testcase_14 AC 3,494 ms
82,176 KB
testcase_15 AC 571 ms
43,520 KB
testcase_16 AC 261 ms
27,392 KB
testcase_17 AC 48 ms
9,216 KB
testcase_18 AC 334 ms
45,440 KB
testcase_19 AC 1,040 ms
104,320 KB
testcase_20 AC 886 ms
75,392 KB
testcase_21 AC 46 ms
6,940 KB
testcase_22 TLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,c;VI@A(N);set<VI>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){modint a=A[j];if(a==0)wt("YES"),exit(0);VI B(N-1);c=0;rep(k,N)if(k!=i&&k!=j)B[c++]=A[k];VI C{A[i]+a,A[i]-a,A[i]*a,A[i]/a};rep[C](c,4)B[N-2]=c,S.insert(B);}}N--;}wt(S.count({0})?"YES":"NO");
0