카타 7급 Floating-point Approximation (III)

1 Kotlin[ | ]

Kotlin
Kotlin
Kotlin

2 R[ | ]

R
Copy
quadratic <- function(a, b, c) {
  -c/b
}