silverwire #7482(2008/08/29 02:17 GMT) [ Batchfile ] Rating1/1=1.00
バッチで。(バッチの制限上、指定できる値は 0から2147483647まで。)
1 2 3 4 5 6 7 8
@echo off setlocal set d=%1 :_ set /a m=d%%2,d/=2 set t=%m%%t% if %d% gtr 0 goto :_ endlocal & echo %t%
Rating1/1=1.00-0+
[ reply ]
silverwire
#7482()
[
Batchfile
]
Rating1/1=1.00
@echo off setlocal set d=%1 :_ set /a m=d%%2,d/=2 set t=%m%%t% if %d% gtr 0 goto :_ endlocal & echo %t%Rating1/1=1.00-0+
[ reply ]