General
 
 
# Author Problem Lang Verdict Time Memory Sent Judged  
19873042 Practice:
yashar_sb_sb
705B - 22 PyPy 3 Accepted 343 ms 33996 KB 2016-08-14 20:22:47 2016-08-14 20:22:47
→ Source
def s():
	n = int(input())
	su = 1
	for i in map(int,input().split()):
		su += i-1
		print(su%2+1)
s()
?
Time: ? ms, memory: ? KB
Verdict: ?
Input
?
Participant's output
?
Jury's answer
?
Checker comment
?
Diagnostics
?
Click to see test details