yohei #7148(2008/08/17 06:18 GMT) [ Prolog ] Rating0/0=0.00
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).
Rating0/0=0.00-0+
[ reply ]
yohei
#7148()
[
Prolog
]
Rating0/0=0.00
SWI-Prologで。
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).Rating0/0=0.00-0+
[ reply ]