𝑓(𝑛) = { 𝑛 + 1 𝑓𝑜𝑟 𝑛 < 1 3𝑛 + 5 𝑓𝑜𝑟 𝑛 = 1 𝑛 3 − 3𝑛 + 5 𝑓𝑜𝑟 𝑛 > 1 in wombat 1
Please fix the following input errors: