fork(2) download
  1. for _ in range(20):
  2. import re
  3. s='1'
  4. exec"s+=`3-int(re.search(r'(.*)(.)\\1$',s).groups()[1])`;"*input()
  5. print s[-1]
Success #stdin #stdout 0.01s 8976KB
stdin
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
stdout
1
2
1
1
2
2
1
2
1
1
2
1
2
2
1
1
2
1
1
1