79627860

Date: 2025-05-18 21:30:29
Score: 2
Natty:
Report link

The conversion specifier for variable c in the printf() function, %f, does not match the initial conversion specifier, %d, which would induce a runtime error in the program's attempt to translate between data types. If you were to shift the variable c from being an integer to being a floating variable beside your later variable b, your code should output the correct answer.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Agent Solaris