package main var bad bool func pow10(pow int) float64 { if pow < 0 { return 1 / pow10(-pow)
京公网安备 11010502049817号