thats my point, python has ceil and floor but no "round" function. the closest thing i could implement still wouldnt work unless i got lucky on the randoms
EDIT: I follow now, I (initially) wasn't able to find reference for that round function you linked. I made this comment on my phone initially and didn't see the link you provided.
Thank you for the explanation and information!
thats my point, python has ceil and floor but no "round" function. the closest thing i could implement still wouldnt work unless i got lucky on the randoms
EDIT: I follow now, I (initially) wasn't able to find reference for that round function you linked. I made this comment on my phone initially and didn't see the link you provided.
Thank you for the explanation and information!
This comment is hidden because it contains spoiler information about the solution
Sorry for the misunderstanding, I must've misread the text
Thanks!
So it was requiring me to return false for 46163, which is 19^3 + 34^3. I hardcoded a workaround, but was anyone else having issues with this?