mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-15 04:59:12 +01:00
1 line
60 B
Text
1 line
60 B
Text
|
F(x, y, z) = if (x >= 0) then (z == pow(y, x)) else (z == 0)
|