Add tags

Add tags to the following comment

SWI-Prologで。

1
2
3
4
count(N) :- writeln(0), sub_atom(N,1,_,_,Y), between(1,9,X), 
    atom_concat(X,Y,XY), writeln(XY), atom_number(XY,N), !.

:- count(300).

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...