1# language: C
2c
3
4# Context
51 3
6# M 1
71 0 1
80
9
101 # Number of statements
11
121
13# {i,j,N | i=1; 2j-1<=N<=2j}
143 5
15#  i  j  M  1
160  1  0  0 -1
171  0  2 -1  0
181  0 -2  1  1
190  0  0
200
21
220 # Scattering functions
23