mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-14 18:06:15 +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 == 1)
|