mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 05:13:48 +00:00
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
P = [1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18]
|
|
Q = [1, 3, 4, 5, 9, 10, 12, 15, 16]
|
|
R = [1, 4, 5, 10, 12, 15, 16]
|