79657465

Date: 2025-06-08 03:12:31
Score: 1.5
Natty:
Report link

Can't reproduce your question, you might want to try recompiling the same test code snippet with a different C compiler to see if the issue persists

gcc -o test test.c && ./test
clang -o test test.c && ./test
cl test.c && test.exe
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): Can't
  • Low reputation (1):
Posted by: Colly Q