Spadework 2020. 3. 20. 08:53

* Solved 기준 브론즈2 단순 풀이

for _ in range(int(input())):
	s = input()
	print('skipped' if s=='P=NP' else eval(s))