line_profiler
@profile
"ValueError: source code string cannot contain null bytes"
kernprof -l test.py not kernprof -l python test.py
200000 2601965.0 13.0 15.5C, D = [int(x) for x in input().split()]200000 374839.0 1.9 1.3c, d = map(int, input().split())200000 2244127.0 11.2 14.2C, D = map(int, input().split())before200000 383636.0 1.9 2.4print(segtree_node[1])after200000 222367.0 1.1 1.4answers[t] = segtree_node[1] 1 176312.0 176312.0 1.1print(*answers, sep="\n")200000 1135919.0 5.7 7.0C, D = map(int, input().split())import sysinput = sys.stdin.buffer.readline200000 311399.0 1.6 10.9C, D = map(int, input().split())