_(2)

for i in (range(len(l_vers))):
    if '++' in l_vers[i]:
        print(i+1, end=' ')
print()