这次腾讯笔试做完后心(ti)情(jian)好(dan),所以po一下我的代码,供各位大佬diss一下   第一题 100   def test_1():     n = int(input())     array1 = input().split(" ")     m = int(input())     array2 = input(...