← Back to List
10569번: 다면체 ↗
Solutions
Python 3
79 B | 79 chars
for i in range(int(input())): V,E=map(int,input().split()) print(2-V+E)