79193748

Date: 2024-11-15 19:45:01
Score: 1
Natty:
Report link
Scanner scanner = new Scanner(System.in, System.out.charset());

This solution works with Java 18+. This works both in Eclipse with default settings and in Windows command prompt having code page 852. Checking the code page:

chcp

Changing it to 852:

chcp 852

Thanks for everyone who helped reaching the solution!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Csaba Faragó