Created
December 3, 2022 23:28
-
-
Save mkulak/9a3fe882abf0bf952b71e09f26faeb8c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fun main(){List(3){readLine()!!.toDouble()}.run{Math.pow(max(),min())}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment