有没有大佬讲讲赛码网一般怎么读数据的,Python这样读数据为什么一直Runtime error呢T = int(input().strip())for _ in range(T): N, n, c = list(map(int, input().strip().split())) arr = list(map(int, input().strip().split()))