QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#515420#9136. Exponent Calculatorucup-team4269WA 0ms3812kbC++141.1kb2024-08-11 17:42:282024-08-11 17:42:30

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3812kb

input:

input

output:

$1 = $1*0.000000953674316406250000000000
$15 = $1*0.142857142857142849212692681249
$15 = $15+0.166666666666666657414808128124
$15 = $15*$1
$15 = $15+0.200000000000000011102230246252
$15 = $15*$1
$15 = $15+0.250000000000000000000000000000
$15 = $15*$1
$15 = $15+0.333333333333333314829616256247
$15 = ...

result:

wrong output format Expected integer, but "$1" found