kozima #7224(2008/08/19 13:48 GMT) [ Common Lisp ] Rating0/0=0.00
標準入力から基数、数値の順で。基数は 36 までです。
1
(format t"~VR"(read)(read))
Rating0/0=0.00-0+
1 reply [ reply ]
匿名 #7872(2008/10/27 17:00 GMT) [ Common Lisp ] Rating0/0=0.00
2進数の場合
(format t "~b" (read))
[ reply ]
kozima
#7224()
[
Common Lisp
]
Rating0/0=0.00
標準入力から基数、数値の順で。基数は 36 までです。
Rating0/0=0.00-0+
1 reply [ reply ]