79076892

Date: 2024-10-11 05:25:18
Score: 2.5
Natty:
Report link

try using the debugger to monitor what's happening when you select 2 in your proram. but looking at your code, are you sure it's scanf("%c", ...) instead of scanf("%s",...)? i know %c is used for a single character and %s for a string.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: dieuleveut__