@ -197,7 +197,7 @@ def process_lines_in_batches(lines, batch_size):
if __name__ == "__main__":
task_file = "input.txt"
batch_size = 3 # 每个线程处理的行数
lines = read_lines_from_file(task_file)
process_lines_in_batches(lines, batch_size)
print("finish, 程序结束...")
The note is not visible to the blocked user.