Result

ERROR

Code [DL]

WITH RECURSIVE
  cnt(x) AS (VALUES(1) UNION ALL SELECT x+1 FROM cnt WHERE x<1000000)
SELECT x FROM cnt;

stdin

01111000
00001111
01010000
01011011
01101100
11011111
00001100
01101111
00101101
00010101
00101000
01001100
00110111
00000011
01101001
00000011
11100111
00000000
10111000
00100100
11000000
01001110
11111101
10010111
01111100
01100110
01011001
11010001
01000101
11010010
10011000
10011001
10011001
11110011
11111000
00101001
10100000
01111101
11100110
10001000
00001010
00000101
10111110
00011100
00100000
00101010
10101011
01000010
00000110
00000001

stdout

stderr

strace