79227019

Date: 2024-11-26 14:06:26
Score: 2.5
Natty:
Report link

That happens because the compiler is confused about the actual value of this string. To "fix" this, you need to force its interpretation. Try the code below:

return ip.ToString();

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sanderson CorrĂȘa