問題タブ [constraint-satisfaction]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
72 問題
0
投票する
0
に答える
28
参照
python - 共有辞書pythonを使用したネストされたforループ
私は CSP に取り組んでおり、Generate and test メソッドを使用していますが、for ループで dic[X] を実行する必要がないようにしたいので、dic[I] を共有する方法はありますか?ステートメントを3回繰り返し印刷しません
変数は XYZ です。変数のドメインは {1,2,3,4} であり、制約は X < Y < Z です。出力は次のようになります。