Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のロジック プログラムを考えてみましょう。
p(b) :- p(b). p(X) :- r(b). p(a) :- p(a). r(Y).
目標 p(t) の評価が終了する項 t と終了しない項は?