79519081

Date: 2025-03-19 03:54:06
Score: 1
Natty:
Report link

While Chintan's answer is straightforward, it requires all your code be in an extra indentation block. The best way to do this without extra indent block is

import sys
sys.stdin = open('input.txt', 'r', encoding='utf-8')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Priyanshu Kalal